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

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

public abstract class TGEffectBend
extends java.lang.Object


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

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

TGEffectBend

public TGEffectBend()
Method Detail

addPoint

public void addPoint(int position,
                     int value)

getPoints

public java.util.List getPoints()

clone

public TGEffectBend clone(TGFactory factory)