org.herac.tuxguitar.gui.editors.effects
Class BendEditor
java.lang.Object
org.herac.tuxguitar.gui.editors.effects.BendEditor
public class BendEditor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
X_SPACING
public static final int X_SPACING
- See Also:
- Constant Field Values
Y_SPACING
public static final int Y_SPACING
- See Also:
- Constant Field Values
editor
protected Composite editor
defaultBends
protected org.herac.tuxguitar.gui.editors.effects.BendEditor.DefaultBend[] defaultBends
result
protected TGEffectBend result
BendEditor
public BendEditor()
show
public TGEffectBend show(Shell shell,
TGNote note)
paintEditor
protected void paintEditor(TGPainter painter)
checkPoint
protected void checkPoint(int x,
int y)
removePoint
protected boolean removePoint(Point point)
orderPoints
protected void orderPoints()
removePointsAtXLine
protected void removePointsAtXLine(int x)
addPoint
protected void addPoint(Point point)
getX
protected int getX(int pointX)
getY
protected int getY(int pointY)
isEmpty
public boolean isEmpty()
getBend
public TGEffectBend getBend()
setBend
public void setBend(TGEffectBend effect)
getWidth
public int getWidth()
getHeight
public int getHeight()