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

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

Uses of TuningElementDegree in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return TuningElementDegree
static TuningElementDegree TuningElementDegree.fromXmlNode(org.w3c.dom.Element element, TuningMapChromatic container)
          Create a new Choir instance and fill it with loaded data.
 

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