org.herac.tuxguitar.song.models.effects

Class TremoloBarEffect.TremoloBarPoint

Enclosing Class:
TremoloBarEffect

public class TremoloBarEffect.TremoloBarPoint
extends java.lang.Object

Constructor Summary

TremoloBarPoint(int position, int value)

Method Summary

Object
clone()
int
getPosition()
long
getTime(long duration)
int
getValue()

Constructor Details

TremoloBarPoint

public TremoloBarPoint(int position,
                       int value)

Method Details

clone

public Object clone()

getPosition

public int getPosition()

getTime

public long getTime(long duration)

getValue

public int getValue()