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

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

Uses of KeySignature in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return KeySignature
 KeySignature Measure.createKeySignature(int fifths, Mode mode)
          Create a KeySignature instance with the indicated parameters.
static KeySignature KeySignature.fromXmlNode(org.w3c.dom.Element element, MusicXmlEntity container)
          Create a new KeySignature instance and fill it with loaded data.
static KeySignature KeySignature.getInstance(MusicXmlEntity container)
          Create a new KeySignature instance.
 KeySignature Attributes.getKeySignature()
          Getter for the KeySignature property.
 

Methods in net.charlesames.music.musicxml with parameters of type KeySignature
 void Attributes.setKeySignature(KeySignature keySignature)
          Setter for the KeySignature property.