org.herac.tuxguitar.song.models.effects
Class BendEffect.BendPoint

java.lang.Object
  extended by org.herac.tuxguitar.song.models.effects.BendEffect.BendPoint
Enclosing class:
BendEffect

public class BendEffect.BendPoint
extends java.lang.Object


Constructor Summary
BendEffect.BendPoint(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

BendEffect.BendPoint

public BendEffect.BendPoint(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