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

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

Uses of VAlign in net.charlesames.music.musicxml
 

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

Methods in net.charlesames.music.musicxml with parameters of type VAlign
 void CreditWords.setVAlign(VAlign valign)
          Setter for the VAlign property.
 

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

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