org.rubato.rubettes.bigbang.model.denotators
Class BigBangAlteration

java.lang.Object
  extended by org.rubato.rubettes.bigbang.model.denotators.BigBangAlteration

public class BigBangAlteration
extends java.lang.Object


Constructor Summary
BigBangAlteration()
           
 
Method Summary
 void alter(BigBangDenotatorManager denotatorManager)
           
 java.util.Set<DenotatorPath> getComposition(int index)
           
 void reset()
           
 void resetDegrees()
           
 void setAlterationComposition(java.util.Set<DenotatorPath> nodePaths, java.lang.Integer index)
           
 void setAlterationCoordinates(java.util.List<DenotatorPath> selectedCoordinates)
           
 void setDegreesDimensionPath(DenotatorPath dimensionPath)
           
 void setEndDegree(double value)
           
 void setStartDegree(double value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigBangAlteration

public BigBangAlteration()
Method Detail

reset

public void reset()

getComposition

public java.util.Set<DenotatorPath> getComposition(int index)

setAlterationComposition

public void setAlterationComposition(java.util.Set<DenotatorPath> nodePaths,
                                     java.lang.Integer index)

setAlterationCoordinates

public void setAlterationCoordinates(java.util.List<DenotatorPath> selectedCoordinates)

setDegreesDimensionPath

public void setDegreesDimensionPath(DenotatorPath dimensionPath)

resetDegrees

public void resetDegrees()

setStartDegree

public void setStartDegree(double value)

setEndDegree

public void setEndDegree(double value)

alter

public void alter(BigBangDenotatorManager denotatorManager)