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

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

public class TremoloBarEffect
extends java.lang.Object


Nested Class Summary
 class TremoloBarEffect.TremoloBarPoint
           
 
Field Summary
static int MAX_POSITION_LENGTH
           
static int MAX_VALUE_LENGTH
           
static int SEMITONE_LENGTH
           
 
Constructor Summary
TremoloBarEffect()
           
 
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

TremoloBarEffect

public TremoloBarEffect()
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