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

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

public class TremoloBarEffect.TremoloBarPoint
extends java.lang.Object


Constructor Summary
TremoloBarEffect.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

TremoloBarEffect.TremoloBarPoint

public TremoloBarEffect.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