Uses of Class
net.charlesames.music.musicxml.Sound

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

Uses of Sound in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return Sound
static Sound Sound.fromXmlNode(org.w3c.dom.Element element, MusicXmlEntity container)
          Create a new Sound instance and fill it with loaded data.
static Sound Sound.getInstance(MusicXmlEntity container)
          Create a new Sound instance.
 Sound Directive.getSound()
          Getter for Words property.
 Sound Direction.getSound()
          Getter for the Sound property.
 

Methods in net.charlesames.music.musicxml with parameters of type Sound
 void Directive.setSound(Sound sound)
          Setter for Sound property.