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

Packages that use MeasureInPart
net.charlesames.music.musicxml The purpose of package music.musicxml is to generate files in MusicXML format. 
net.charlesames.music.score Classes in the {code net.charlesames.music.score} package represent musical scores and the components which comprise musical scores. 
 

Uses of MeasureInPart in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return MeasureInPart
static MeasureInPart MeasureInPart.fromXmlNode(org.w3c.dom.Element element, PartInScore container)
          Create a new MeasureInPart instance and fill it with loaded data.
 MeasureInPart NoteInMeasure.getContainer()
           
 MeasureInPart MeasurePrint.getContainer()
           
 MeasureInPart PartInScore.getMeasure(int number)
          Locate or create the measure with the indicated number.
 

Methods in net.charlesames.music.musicxml that return types with arguments of type MeasureInPart
 java.util.SortedMap<java.lang.Integer,MeasureInPart> PartInScore.getMeasures()
          Get all measures.
 

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

Uses of MeasureInPart in net.charlesames.music.score
 

Methods in net.charlesames.music.score with parameters of type MeasureInPart
 void SegmentStart.writeMusicXml(MeasureInPart measureInPart)
           
 void SegmentEnd.writeMusicXml(MeasureInPart measureInPart)
           
 void ScoreNote.writeMusicXml(MeasureInPart measureInPart)
           
 void ScoreEvent.writeMusicXml(MeasureInPart measureInPart)
          Convert this event into a MusicXML element.
 void HarpPedallingChange.writeMusicXml(MeasureInPart measureInPart)
           
 void ClefChange.writeMusicXml(MeasureInPart measureInPart)
           
 void ChordEnd.writeMusicXml(MeasureInPart measureInPart)