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

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

Uses of ScorePart in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return ScorePart
 ScorePart ScorePartwise.createScorePart(java.lang.String id, java.lang.String name)
          Create a new <@link ScorePart> instance with the indicated parameters.
static ScorePart ScorePart.fromXmlNode(org.w3c.dom.Element element, ScorePartwise container)
          Create a new ScorePart instance and fill it with loaded data.
 ScorePart PartInScore.getScorePart()
          Getter for the ScorePart property.
 ScorePart ScorePartwise.getScorePart(java.lang.String id)
          Get the ScorePart instance with the specified id.
 

Methods in net.charlesames.music.musicxml with parameters of type ScorePart
 PartInScore ScorePartwise.createPart(ScorePart scorePart)
          Create a new PartInScore instance corresponding to the specified PartInScore instance.
static ScoreInstrument ScoreInstrument.fromXmlNode(org.w3c.dom.Element element, ScorePart container)
          Create a new ScoreInstrument instance and fill it with loaded data.
static MidiInstrument MidiInstrument.fromXmlNode(org.w3c.dom.Element element, ScorePart container)
          Create a new MidiInstrument instance and fill it with loaded data.
 PartInScore ScorePartwise.getPart(ScorePart scorePart)
          Get the PartInScore instance corresponding to the specified ScorePart instance.