org.herac.tuxguitar.song.models
Class TGStroke
java.lang.Object
org.herac.tuxguitar.song.models.TGStroke
public abstract class TGStroke
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STROKE_NONE
public static final int STROKE_NONE
- See Also:
- Constant Field Values
STROKE_UP
public static final int STROKE_UP
- See Also:
- Constant Field Values
STROKE_DOWN
public static final int STROKE_DOWN
- See Also:
- Constant Field Values
TGStroke
public TGStroke()
getDirection
public int getDirection()
setDirection
public void setDirection(int direction)
getValue
public int getValue()
setValue
public void setValue(int value)
getIncrementTime
public int getIncrementTime(TGBeat beat)
clone
public TGStroke clone(TGFactory factory)
copy
public void copy(TGStroke stroke)