Uses of Class
com.softsynth.jmsl.score.KeySignature
Package | Description |
---|---|
com.softsynth.jmsl.score |
-
Uses of KeySignature in com.softsynth.jmsl.score
Methods in com.softsynth.jmsl.score that return KeySignature Modifier and Type Method Description static KeySignature
KeySignature. getCancellingKeySignature(KeySignature keySigToCancel)
KeySignature
Staff. getKeySignature()
static KeySignature
KeySignature. keyNameToKeySignature(java.lang.String keyName)
Methods in com.softsynth.jmsl.score with parameters of type KeySignature Modifier and Type Method Description static KeySignature
KeySignature. getCancellingKeySignature(KeySignature keySigToCancel)
static int
KeySignatureRenderer. keySignatureWidth(KeySignature keySig, double zoom)
static void
KeySignatureRenderer. render(java.awt.Graphics g, Staff staff, KeySignature keySig, double x, double zoom)
void
Staff. setKeySignature(KeySignature ks)