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

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

Uses of TuningElementAccidental in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return TuningElementAccidental
 TuningElementAccidental TuningMapDiatonic.createTuningElement(Accidental accidental)
          Create a TuningElementAccidental instance mapping the indicated accidental to a cents displacement from the unison.
static TuningElementAccidental TuningElementAccidental.fromXmlNode(org.w3c.dom.Element element, TuningMapDiatonic container)
          Create a new TuningElementAccidental instance and fill it with loaded data.
 

Methods in net.charlesames.music.ensemble that return types with arguments of type TuningElementAccidental
 java.util.SortedMap<java.lang.String,TuningElementAccidental> TuningMapDiatonic.getAccidentals()
          Get the collection of TuningElementAccidental instances.