org.herac.tuxguitar.gui.effects
Class TremoloBarEditor

java.lang.Object
  extended by org.herac.tuxguitar.gui.effects.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)
           
 
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

TremoloBarEditor

public TremoloBarEditor()
Method Detail

show

public TremoloBarEffect show(Shell shell,
                             Note note)

isEmpty

public boolean isEmpty()

getTremoloBar

public TremoloBarEffect getTremoloBar()

setTremoloBar

public void setTremoloBar(TremoloBarEffect effect)

getWidth

public int getWidth()

getHeight

public int getHeight()