org.herac.tuxguitar.gui.effects
Class TrillEditor

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

public class TrillEditor
extends SelectionAdapter


Field Summary
static int HEIGHT
           
static int WIDTH
           
 
Constructor Summary
TrillEditor()
           
 
Method Summary
 TrillEffect getTrill()
           
 TrillEffect 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

TrillEditor

public TrillEditor()
Method Detail

show

public TrillEffect show(Note note)

getTrill

public TrillEffect getTrill()