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

Packages that use PartInScore
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
net.charlesames.music.musicxml The purpose of package music.musicxml is to generate files in MusicXML format. 
 

Uses of PartInScore in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return PartInScore
 PartInScore MusicXmlPart.getPartInScore()
          Getter for the PartInScore property.
 

Methods in net.charlesames.music.ensemble with parameters of type PartInScore
 void MusicXmlPart.setPartInScore(PartInScore partInScore)
          Getter for the PartInScore property.
 

Uses of PartInScore in net.charlesames.music.musicxml
 

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

Methods in net.charlesames.music.musicxml that return types with arguments of type PartInScore
 java.util.SortedMap<java.lang.String,PartInScore> ScorePartwise.getParts()
          Get all PartInScore members.
 

Methods in net.charlesames.music.musicxml with parameters of type PartInScore
static MeasureInPart MeasureInPart.fromXmlNode(org.w3c.dom.Element element, PartInScore container)
          Create a new MeasureInPart instance and fill it with loaded data.