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

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

Uses of PartGroup in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return PartGroup
 PartGroup ScorePartwise.createPartGroup(int number, StartStop type, java.lang.String name, GroupSymbol symbol)
          Create a new <@link PartGroup> instance with the indicated parameters.
static PartGroup PartGroup.fromXmlNode(org.w3c.dom.Element element, MusicXmlEntity container)
          Create a new PartGroup instance and fill it with loaded data.
static PartGroup PartGroup.getInstance(MusicXmlEntity container)
          Create a new PartGroup instance.