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

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

Uses of FontFamily in net.charlesames.music.musicxml
 

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

Methods in net.charlesames.music.musicxml with parameters of type FontFamily
 void DirectionType.setFontFamily(FontFamily fontFamily)
          Setter for the FontFamily property.
 

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

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