org.herac.tuxguitar.song.models.effects
Class BendEffect

java.lang.Object
  extended by org.herac.tuxguitar.song.models.effects.BendEffect

public class BendEffect
extends java.lang.Object


Nested Class Summary
 class BendEffect.BendPoint
           
 
Field Summary
static int MAX_POSITION_LENGTH
           
static int MAX_VALUE_LENGTH
           
static int SEMITONE_LENGTH
           
 
Constructor Summary
BendEffect()
           
 
Method Summary
 void addPoint(int position, int value)
           
 java.lang.Object clone()
           
 java.util.List getPoints()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

BendEffect

public BendEffect()
Method Detail

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