org.herac.tuxguitar.gui.effects
Class HarmonicEditor

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

public class HarmonicEditor
extends SelectionAdapter


Field Summary
static int HEIGHT
           
static int WIDTH
           
 
Constructor Summary
HarmonicEditor()
           
 
Method Summary
 HarmonicEffect getHarmonic()
           
 HarmonicEffect show(Note note)
           
 void updateControls()
           
 void widgetSelected(SelectionEvent e)
           
 
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

HarmonicEditor

public HarmonicEditor()
Method Detail

show

public HarmonicEffect show(Note note)

widgetSelected

public void widgetSelected(SelectionEvent e)

updateControls

public void updateControls()

getHarmonic

public HarmonicEffect getHarmonic()