Uses of Class
net.charlesames.music.ensemble.TuningMapDiatonic

Packages that use TuningMapDiatonic
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
 

Uses of TuningMapDiatonic in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return TuningMapDiatonic
static TuningMapDiatonic TuningMapDiatonic.fromXmlNode(org.w3c.dom.Element element, Ensemble container)
          Create a new TuningMapDiatonic instance from information in an XML element.
 

Methods in net.charlesames.music.ensemble with parameters of type TuningMapDiatonic
static TuningElementLetter TuningElementLetter.fromXmlNode(org.w3c.dom.Element element, TuningMapDiatonic container)
          Create a new TuningElementLetter instance and fill it with loaded data.
static TuningElementInflection TuningElementInflection.fromXmlNode(org.w3c.dom.Element element, TuningMapDiatonic container)
          Create a new TuningElementInflection instance and fill it with loaded data.
static TuningElementAccidental TuningElementAccidental.fromXmlNode(org.w3c.dom.Element element, TuningMapDiatonic container)
          Create a new TuningElementAccidental instance and fill it with loaded data.
 

Constructors in net.charlesames.music.ensemble with parameters of type TuningMapDiatonic
TuningElementAccidental(TuningMapDiatonic container, Accidental accidental)
          Constructor for TuningElementAccidental instances.
TuningElementInflection(TuningMapDiatonic container, Inflection inflection)
          Constructor for TuningElementInflection instances.
TuningElementLetter(TuningMapDiatonic container, LetterName letterName)
          Constructor for TuningElementLetter instances.