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

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

Uses of SystemLayout in net.charlesames.music.musicxml
 

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

Methods in net.charlesames.music.musicxml with parameters of type SystemLayout
 void ScorePartwise.setSystemLayout(SystemLayout systemLayout)
          Setter for the SystemLayout property
 void MeasurePrint.setSystemLayout(SystemLayout systemLayout)
          Setter for the SystemLayout property.