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

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

Uses of UnpitchedIndication in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return UnpitchedIndication
 UnpitchedIndication UnpitchedSound.createUnpitchedIndication(Indication indication)
          Add the specified MusicXML indication to the sound.
static UnpitchedIndication UnpitchedIndication.fromXmlNode(org.w3c.dom.Element element, UnpitchedSound sound)
          Create a new UnpitchedIndication instance and fill it with loaded data.
 

Methods in net.charlesames.music.ensemble that return types with arguments of type UnpitchedIndication
 java.util.SortedMap<java.lang.String,UnpitchedIndication> UnpitchedSound.getUnpitchedIndications()
          Get the collection of indications.