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

java.lang.Object
  extended by org.herac.tuxguitar.song.models.effects.TGEffectTremoloBar.TremoloBarPoint
Enclosing class:
TGEffectTremoloBar

public class TGEffectTremoloBar.TremoloBarPoint
extends java.lang.Object


Constructor Summary
TGEffectTremoloBar.TremoloBarPoint(int position, int value)
           
 
Method Summary
 java.lang.Object clone()
           
 int getPosition()
           
 long getTime(long duration)
           
 int getValue()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGEffectTremoloBar.TremoloBarPoint

public TGEffectTremoloBar.TremoloBarPoint(int position,
                                          int value)
Method Detail

getPosition

public int getPosition()

getValue

public int getValue()

getTime

public long getTime(long duration)

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object