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

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

Uses of Justify in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return Justify
 Justify CreditWords.getJustify()
          Getter for the Justify property.
 

Methods in net.charlesames.music.musicxml with parameters of type Justify
 void CreditWords.setJustify(Justify justify)
          Setter for the Justify property.
 

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

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