Uses of Class
net.charlesames.music.musicxml.attribute.StartStop

Packages that use StartStop
net.charlesames.music.musicxml The purpose of package music.musicxml is to generate files in MusicXML format. 
net.charlesames.music.musicxml.attribute   
net.charlesames.music.musicxml.notation   
 

Uses of StartStop in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return StartStop
 StartStop Dashes.getDashesType()
          Getter for the DashesType property
 StartStop PartGroup.getType()
          Getter for the Type property.
 

Methods in net.charlesames.music.musicxml with parameters of type StartStop
 Tuplet NoteInMeasure.addTuplet(int number, StartStop tupletType)
          Create and add a Tuplet instance with the indicated parameters.
 PartGroup ScorePartwise.createPartGroup(int number, StartStop type, java.lang.String name, GroupSymbol symbol)
          Create a new <@link PartGroup> instance with the indicated parameters.
 void Dashes.setDashesType(StartStop dashesType)
          Setter for the DashesType property.
 void PartGroup.setType(StartStop type)
          Setter for the Type property.
 

Uses of StartStop in net.charlesames.music.musicxml.attribute
 

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

Uses of StartStop in net.charlesames.music.musicxml.notation
 

Methods in net.charlesames.music.musicxml.notation that return StartStop
 StartStop Slur.getSlurType()
          Getter for the SlurType property
 StartStop Tuplet.getTupletType()
          Getter for the TupletType property.
 

Methods in net.charlesames.music.musicxml.notation with parameters of type StartStop
 void Slur.setSlurType(StartStop value)
          Setter for the SlurType property
 void Tuplet.setTupletType(StartStop tupletType)
          Setter for the TupletType property.