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

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

Uses of NoteInMeasure in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return NoteInMeasure
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.
 

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

Uses of NoteInMeasure in net.charlesames.music.musicxml.notation
 

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