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

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

Uses of FontStyle in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return FontStyle
 FontStyle DirectionType.getFontStyle()
          Getter for the FontStyle property.
 

Methods in net.charlesames.music.musicxml with parameters of type FontStyle
 void DirectionType.setFontStyle(FontStyle fontStyle)
          Setter for the FontStyle property.
 

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

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