org.herac.tuxguitar.gui.effects

Class BendEditor

public class BendEditor extends Object

Field Summary
static intX_SPAN
static intY_SPAN
Constructor Summary
BendEditor()
Method Summary
BendEffectgetBend()
intgetHeight()
intgetWidth()
booleanisEmpty()
voidsetBend(BendEffect effect)
BendEffectshow(Shell shell, Note note)

Field Detail

X_SPAN

public static final int X_SPAN

Y_SPAN

public static final int Y_SPAN

Constructor Detail

BendEditor

public BendEditor()

Method Detail

getBend

public BendEffect getBend()

getHeight

public int getHeight()

getWidth

public int getWidth()

isEmpty

public boolean isEmpty()

setBend

public void setBend(BendEffect effect)

show

public BendEffect show(Shell shell, Note note)