Uses of Class
net.charlesames.music.musicxml.StaffLayout

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

Uses of StaffLayout in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return StaffLayout
static StaffLayout StaffLayout.fromXmlNode(org.w3c.dom.Element element, MusicXmlEntity container)
          Create a new StaffLayout instance and fill it with loaded data.
static StaffLayout StaffLayout.getInstance(MusicXmlEntity container)
          Create a new StaffLayout instance.
 StaffLayout ScorePartwise.getStaffLayout()
          Getter for the StaffLayout property.
 

Methods in net.charlesames.music.musicxml with parameters of type StaffLayout
 void ScorePartwise.setStaffLayout(StaffLayout staffLayout)
          Setter for the StaffLayout property