org.herac.tuxguitar.gui.effects

Class TremoloBarEditor

public class TremoloBarEditor extends Object

Field Summary
static intX_SPAN
static intY_SPAN
Constructor Summary
TremoloBarEditor()
Method Summary
intgetHeight()
TremoloBarEffectgetTremoloBar()
intgetWidth()
booleanisEmpty()
voidsetTremoloBar(TremoloBarEffect effect)
TremoloBarEffectshow(Shell shell, Note note)

Field Detail

X_SPAN

public static final int X_SPAN

Y_SPAN

public static final int Y_SPAN

Constructor Detail

TremoloBarEditor

public TremoloBarEditor()

Method Detail

getHeight

public int getHeight()

getTremoloBar

public TremoloBarEffect getTremoloBar()

getWidth

public int getWidth()

isEmpty

public boolean isEmpty()

setTremoloBar

public void setTremoloBar(TremoloBarEffect effect)

show

public TremoloBarEffect show(Shell shell, Note note)