org.herac.tuxguitar.song.models.effects
Class BendEffect
java.lang.Object
org.herac.tuxguitar.song.models.effects.BendEffect
public class BendEffect
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEMITONE_LENGTH
public static final int SEMITONE_LENGTH
- See Also:
- Constant Field Values
MAX_POSITION_LENGTH
public static final int MAX_POSITION_LENGTH
- See Also:
- Constant Field Values
MAX_VALUE_LENGTH
public static final int MAX_VALUE_LENGTH
- See Also:
- Constant Field Values
BendEffect
public BendEffect()
addPoint
public void addPoint(int position,
int value)
getPoints
public java.util.List getPoints()
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object