org.herac.tuxguitar.song.models.effects

Class TremoloBarEffect.TremoloBarPoint

public class TremoloBarEffect.TremoloBarPoint extends Object

Constructor Summary
TremoloBarPoint(int position, int value)
Method Summary
Objectclone()
intgetPosition()
longgetTime(long duration)
intgetValue()

Constructor Detail

TremoloBarPoint

public TremoloBarPoint(int position, int value)

Method Detail

clone

public Object clone()

getPosition

public int getPosition()

getTime

public long getTime(long duration)

getValue

public int getValue()