org.herac.tuxguitar.io.tg.v10
Class TGStream.TGBeatData

java.lang.Object
  extended by org.herac.tuxguitar.io.tg.v10.TGStream.TGBeatData
Enclosing class:
TGStream

protected class TGStream.TGBeatData
extends java.lang.Object


Constructor Summary
protected TGStream.TGBeatData(TGMeasure measure)
           
 
Method Summary
 TGDuration getDuration()
           
 long getStart()
           
 int getVelocity()
           
 void setDuration(TGDuration duration)
           
 void setStart(long start)
           
 void setVelocity(int velocity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGStream.TGBeatData

protected TGStream.TGBeatData(TGMeasure measure)
Method Detail

getDuration

public TGDuration getDuration()

setDuration

public void setDuration(TGDuration duration)

getStart

public long getStart()

setStart

public void setStart(long start)

getVelocity

public int getVelocity()

setVelocity

public void setVelocity(int velocity)