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

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

Uses of Words in net.charlesames.music.musicxml
 

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

Methods in net.charlesames.music.musicxml with parameters of type Words
 void Directive.setWords(Words words)
          Setter for Words property.