Uses of Class
net.charlesames.music.musicxml.notation.Tuplet

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

Uses of Tuplet in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return Tuplet
 Tuplet NoteInMeasure.addTuplet(int number, StartStop tupletType)
          Create and add a Tuplet instance with the indicated parameters.
 

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

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