|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.herac.tuxguitar.song.models.effects.TGEffectBend
public abstract class TGEffectBend
Nested Class Summary | |
---|---|
class |
TGEffectBend.BendPoint
|
Field Summary | |
---|---|
static int |
MAX_POSITION_LENGTH
|
static int |
MAX_VALUE_LENGTH
|
static int |
SEMITONE_LENGTH
|
Constructor Summary | |
---|---|
TGEffectBend()
|
Method Summary | |
---|---|
void |
addPoint(int position,
int value)
|
TGEffectBend |
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 SEMITONE_LENGTH
public static final int MAX_POSITION_LENGTH
public static final int MAX_VALUE_LENGTH
Constructor Detail |
---|
public TGEffectBend()
Method Detail |
---|
public void addPoint(int position, int value)
public java.util.List getPoints()
public TGEffectBend clone(TGFactory factory)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |