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

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

Uses of BarStyle in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return BarStyle
 BarStyle Barline.getBarStyle()
          Getter for the BarStyle property
 

Methods in net.charlesames.music.musicxml with parameters of type BarStyle
 Barline Measure.createBarline(BarStyle barStyle)
          Create a Barline instance with the indicated style.
 void Barline.setBarStyle(BarStyle barStyle)
          Setter for the BarStyle property
 

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

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