|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.codecs.guitarPro.GPMixTableElement
This class describes a mix table element.
Field Summary | |
private int |
_changeDuration
The duration of the change in beats. |
private int |
_newValue
The new value of the element. |
boolean |
applyToAllTracks
Whether the change applies to all tracks. |
Constructor Summary | |
GPMixTableElement()
Creates a new MixTableElement. |
Method Summary | |
int |
getChangeDuration()
Returns this element's duration of change. |
int |
getNewValue()
Returns this element's new value. |
void |
setChangeDuration(int changeDuration)
Sets this element's duration of change. |
void |
setNewValue(int newValue)
Sets this element's new value. |
java.lang.String |
toString()
Returns a string representation of this GPMixTableElement. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public boolean applyToAllTracks
private int _changeDuration
private int _newValue
Constructor Detail |
public GPMixTableElement()
Method Detail |
public int getChangeDuration()
public int getNewValue()
public void setChangeDuration(int changeDuration)
changeDuration
- the duration of change to set.public void setNewValue(int newValue)
newValue
- the new value to set.public java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |