Uses of Class
net.charlesames.music.ensemble.NoteListParameterLink.Moment

Packages that use NoteListParameterLink.Moment
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
 

Uses of NoteListParameterLink.Moment in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return NoteListParameterLink.Moment
 NoteListParameterLink.Moment NoteListParameterLink.getMoment()
          Get the NoteListParameterLink.Moment property.
static NoteListParameterLink.Moment NoteListParameterLink.Moment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NoteListParameterLink.Moment[] NoteListParameterLink.Moment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.charlesames.music.ensemble with parameters of type NoteListParameterLink.Moment
 void NoteListParameterLink.linkToContour(EnsembleContour ensembleContour, NoteListParameterLink.Moment moment)
          Configure this NoteListParameterLink instance to draw from the indicated contour as of the indicated moment.
 void NoteListParameterLink.linkToContour(java.lang.String contourName, NoteListParameterLink.Moment moment)
          Configure this NoteListParameterLink instance to draw from the contour with the indicated name as of the indicated moment.
 void NoteListParameterLink.setMoment(NoteListParameterLink.Moment moment)
          Set the NoteListParameterLink.Moment property.