org.herac.tuxguitar.gui.effects

Class TremoloBarEditor


public class TremoloBarEditor
extends java.lang.Object

Field Summary

static int
X_SPAN
static int
Y_SPAN

Constructor Summary

TremoloBarEditor()

Method Summary

int
getHeight()
TremoloBarEffect
getTremoloBar()
int
getWidth()
boolean
isEmpty()
void
setTremoloBar(TremoloBarEffect effect)
TremoloBarEffect
show(Shell shell, Note note)

Field Details

X_SPAN

public static final int X_SPAN
Field Value:
30

Y_SPAN

public static final int Y_SPAN
Field Value:
10

Constructor Details

TremoloBarEditor

public TremoloBarEditor()

Method Details

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)