org.herac.tuxguitar.gui.editors.effects
Class HarmonicEditor
java.lang.Object
SelectionAdapter
org.herac.tuxguitar.gui.editors.effects.HarmonicEditor
public class HarmonicEditor
- extends SelectionAdapter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WIDTH
public static final int WIDTH
- See Also:
- Constant Field Values
HEIGHT
public static final int HEIGHT
- See Also:
- Constant Field Values
harmonicType
protected Combo harmonicType
harmonicDataCombo
protected Combo harmonicDataCombo
result
protected TGEffectHarmonic result
typeButtons
protected Button[] typeButtons
HarmonicEditor
public HarmonicEditor()
show
public TGEffectHarmonic show(TGNote note)
initDefaults
protected void initDefaults(TGNote note)
getSelectedType
protected int getSelectedType()
update
protected void update(TGNote note,
int type)
getHarmonic
public TGEffectHarmonic getHarmonic()