org.herac.tuxguitar.gui.effects

Class BendEditor


public class BendEditor
extends java.lang.Object

Field Summary

static int
X_SPAN
static int
Y_SPAN

Constructor Summary

BendEditor()

Method Summary

BendEffect
getBend()
int
getHeight()
int
getWidth()
boolean
isEmpty()
void
setBend(BendEffect effect)
BendEffect
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:
15

Constructor Details

BendEditor

public BendEditor()

Method Details

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)