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

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

public class GraceEditor
extends SelectionAdapter


Field Summary
static int HEIGHT
           
protected  TGEffectGrace result
           
static int WIDTH
           
 
Constructor Summary
GraceEditor()
           
 
Method Summary
 TGEffectGrace getGrace()
           
 TGEffectGrace 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 TGEffectGrace result
Constructor Detail

GraceEditor

public GraceEditor()
Method Detail

show

public TGEffectGrace show(TGNote note)

getGrace

public TGEffectGrace getGrace()