org.herac.tuxguitar.song.models
Class TGStroke

java.lang.Object
  extended by org.herac.tuxguitar.song.models.TGStroke

public abstract class TGStroke
extends java.lang.Object


Field Summary
static int STROKE_DOWN
           
static int STROKE_NONE
           
static int STROKE_UP
           
 
Constructor Summary
TGStroke()
           
 
Method Summary
 TGStroke clone(TGFactory factory)
           
 void copy(TGStroke stroke)
           
 int getDirection()
           
 int getIncrementTime(TGBeat beat)
           
 int getValue()
           
 void setDirection(int direction)
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TGStroke

public TGStroke()
Method Detail

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)