org.herac.tuxguitar.gui.editors.effects
Class TrillEditor

java.lang.Object
  extended by SelectionAdapter
      extended by org.herac.tuxguitar.gui.editors.effects.TrillEditor

public class TrillEditor
extends SelectionAdapter


Field Summary
static int HEIGHT
           
protected  TGEffectTrill result
           
static int WIDTH
           
 
Constructor Summary
TrillEditor()
           
 
Method Summary
 TGEffectTrill getTrill()
           
 TGEffectTrill show(TGNote note)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIDTH

public static final int WIDTH
See Also:
Constant Field Values

HEIGHT

public static final int HEIGHT
See Also:
Constant Field Values

result

protected TGEffectTrill result
Constructor Detail

TrillEditor

public TrillEditor()
Method Detail

show

public TGEffectTrill show(TGNote note)

getTrill

public TGEffectTrill getTrill()