|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jfugue.Voice
Represents voice changes, also known as track changes.
Constructor Summary | |
Voice(byte voice)
Creates a new Voice object, with the specified voice value. |
Method Summary | |
byte |
getVoice()
Returns the voice used in this object |
java.lang.String |
musicString()
Returns the Music String representing this element and all of its settings. |
void |
setVoice(byte voice)
Sets the value of the voice for this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Voice(byte voice)
voice
- the voice for this objectMethod Detail |
public void setVoice(byte voice)
tempo
- the voice for this objectpublic byte getVoice()
public java.lang.String musicString()
V
voicemusicString
in interface JFugueElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |