org.herac.tuxguitar.song.models.effects
Class TGEffectTrill

java.lang.Object
  extended by org.herac.tuxguitar.song.models.effects.TGEffectTrill

public abstract class TGEffectTrill
extends java.lang.Object


Constructor Summary
TGEffectTrill(TGFactory factory)
           
 
Method Summary
 TGEffectTrill clone(TGFactory factory)
           
 TGDuration getDuration()
           
 int getFret()
           
 void setDuration(TGDuration duration)
           
 void setFret(int fret)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGEffectTrill

public TGEffectTrill(TGFactory factory)
Method Detail

getFret

public int getFret()

setFret

public void setFret(int fret)

getDuration

public TGDuration getDuration()

setDuration

public void setDuration(TGDuration duration)

clone

public TGEffectTrill clone(TGFactory factory)