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

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

Uses of CreditWords in net.charlesames.music.musicxml
 

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

Methods in net.charlesames.music.musicxml with parameters of type CreditWords
 void Credit.setCreditWords(CreditWords creditWords)
          Setter for the CreditWords property.