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

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

public abstract class TGEffectTremoloBar
extends java.lang.Object


Nested Class Summary
 class TGEffectTremoloBar.TremoloBarPoint
           
 
Field Summary
static int MAX_POSITION_LENGTH
           
static int MAX_VALUE_LENGTH
           
 
Constructor Summary
TGEffectTremoloBar()
           
 
Method Summary
 void addPoint(int position, int value)
           
 TGEffectTremoloBar 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

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

TGEffectTremoloBar

public TGEffectTremoloBar()
Method Detail

addPoint

public void addPoint(int position,
                     int value)

getPoints

public java.util.List getPoints()

clone

public TGEffectTremoloBar clone(TGFactory factory)