org.herac.tuxguitar.gui.effects
Class TremoloPickingEditor

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

public class TremoloPickingEditor
extends SelectionAdapter


Field Summary
static int HEIGHT
           
static int WIDTH
           
 
Constructor Summary
TremoloPickingEditor()
           
 
Method Summary
 TremoloPickingEffect getTremoloPicking()
           
 TremoloPickingEffect show(Note 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
Constructor Detail

TremoloPickingEditor

public TremoloPickingEditor()
Method Detail

show

public TremoloPickingEffect show(Note note)

getTremoloPicking

public TremoloPickingEffect getTremoloPicking()