|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfugue.ChannelPressure
public class ChannelPressure
Represents channel pressure changes.
| Constructor Summary | |
|---|---|
ChannelPressure(byte pressure)
Creates a new channel pressure object, with the specified key and pressure values. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMusicString()
Returns the Music String representing this element and all of its settings. |
byte |
getPressure()
Returns the pressure for this object. |
void |
setPressure(byte pressure)
Sets the pressure value of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChannelPressure(byte pressure)
key - the key to apply pressure topressure - the pressure to apply| Method Detail |
|---|
public void setPressure(byte pressure)
pressure - the pressure for this objectpublic byte getPressure()
public java.lang.String getMusicString()
+key,pressure
getMusicString in interface JFugueElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||