Uses of Class
net.charlesames.music.musicxml.Clef.ClefSign

Packages that use Clef.ClefSign
net.charlesames.music.musicxml The purpose of package music.musicxml is to generate files in MusicXML format. 
net.charlesames.music.score Classes in the {code net.charlesames.music.score} package represent musical scores and the components which comprise musical scores. 
 

Uses of Clef.ClefSign in net.charlesames.music.musicxml
 

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

Methods in net.charlesames.music.musicxml with parameters of type Clef.ClefSign
 Clef Attributes.addClef(int number, Clef.ClefSign sign, int line, int octave)
          Add a new instance to the Clef collection.
 Clef MeasureInPart.createClef(int time, int number, Clef.ClefSign sign, int line, int octave)
          Insert a Clef instance at the indicated time with the indicated parameters.
 void Clef.setSign(Clef.ClefSign sign)
          Setter for the Sign property.
 

Uses of Clef.ClefSign in net.charlesames.music.score
 

Methods in net.charlesames.music.score that return Clef.ClefSign
 Clef.ClefSign Clef.getSymbol()