|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.herac.tuxguitar.song.models.effects.TGEffectTremoloBar
public abstract class TGEffectTremoloBar
Nested Class Summary | |
---|---|
class |
TGEffectTremoloBar.TremoloBarPoint
|
Field Summary | |
---|---|
static int |
MAX_POSITION_LENGTH
|
static int |
MAX_VALUE_LENGTH
|
Constructor Summary | |
---|---|
TGEffectTremoloBar()
|
Method Summary | |
---|---|
void |
addPoint(int position,
int value)
|
TGEffectTremoloBar |
clone(TGFactory factory)
|
java.util.List |
getPoints()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAX_POSITION_LENGTH
public static final int MAX_VALUE_LENGTH
Constructor Detail |
---|
public TGEffectTremoloBar()
Method Detail |
---|
public void addPoint(int position, int value)
public java.util.List getPoints()
public TGEffectTremoloBar clone(TGFactory factory)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |