org.herac.tuxguitar.gui.effects
Class BendEditor

java.lang.Object
  extended by org.herac.tuxguitar.gui.effects.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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

X_SPAN

public static final int X_SPAN
See Also:
Constant Field Values

Y_SPAN

public static final int Y_SPAN
See Also:
Constant Field Values
Constructor Detail

BendEditor

public BendEditor()
Method Detail

show

public BendEffect show(Shell shell,
                       Note note)

isEmpty

public boolean isEmpty()

getBend

public BendEffect getBend()

setBend

public void setBend(BendEffect effect)

getWidth

public int getWidth()

getHeight

public int getHeight()