org.herac.tuxguitar.io.tg
Class TGStream.TGVoiceData

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

protected class TGStream.TGVoiceData
extends java.lang.Object


Constructor Summary
protected TGStream.TGVoiceData(TGMeasure measure)
           
 
Method Summary
 TGDuration getDuration()
           
 int getFlags()
           
 long getStart()
           
 int getVelocity()
           
 void setDuration(TGDuration duration)
           
 void setFlags(int flags)
           
 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.TGVoiceData

protected TGStream.TGVoiceData(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)

getFlags

public int getFlags()

setFlags

public void setFlags(int flags)