|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfugue.Voice
public class 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 | |
---|---|
java.lang.String |
getMusicString()
Returns the Music String representing this element and all of its settings. |
byte |
getVoice()
Returns the voice used in this object |
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 getMusicString()
V
voice
getMusicString
in interface JFugueElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |