Uses of Class
net.charlesames.music.ensemble.NoteListLineTerminator

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

Uses of NoteListLineTerminator in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return NoteListLineTerminator
 NoteListLineTerminator Ensemble.getNoteListLineTerminator()
          Get the note-list line terminator.
static NoteListLineTerminator NoteListLineTerminator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NoteListLineTerminator[] NoteListLineTerminator.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 NoteListLineTerminator
 void Ensemble.setNoteListLineTerminator(NoteListLineTerminator lineTerminator)
          Set the note-list line terminator.