org.herac.tuxguitar.io.ptb.base
Class PTDirection

java.lang.Object
  extended by org.herac.tuxguitar.io.ptb.base.PTDirection
All Implemented Interfaces:
PTComponent

public class PTDirection
extends java.lang.Object
implements PTComponent


Field Summary
static int ACTIVE_SYMBOL_DC
           
static int ACTIVE_SYMBOL_DS
           
static int ACTIVE_SYMBOL_DSS
           
static int DIRECTION_CODA
           
static int DIRECTION_DA_CAPO
           
static int DIRECTION_DA_CAPO_AL_CODA
           
static int DIRECTION_DA_CAPO_AL_DOUBLE_CODA
           
static int DIRECTION_DA_CAPO_AL_FINE
           
static int DIRECTION_DAL_SEGNO
           
static int DIRECTION_DAL_SEGNO_AL_CODA
           
static int DIRECTION_DAL_SEGNO_AL_DOUBLE_CODA
           
static int DIRECTION_DAL_SEGNO_AL_FINE
           
static int DIRECTION_DAL_SEGNO_SEGNO
           
static int DIRECTION_DAL_SEGNO_SEGNO_AL_CODA
           
static int DIRECTION_DAL_SEGNO_SEGNO_AL_DOUBLE_CODA
           
static int DIRECTION_DAL_SEGNO_SEGNO_AL_FINE
           
static int DIRECTION_DOUBLE_CODA
           
static int DIRECTION_FINE
           
static int DIRECTION_SEGNO
           
static int DIRECTION_SEGNO_SEGNO
           
static int DIRECTION_TO_CODA
           
static int DIRECTION_TO_DOUBLE_CODA
           
 
Constructor Summary
PTDirection(int direction, int activeSymbol, int repeat)
           
 
Method Summary
 int getActiveSymbol()
           
 PTComponent getClone()
           
 int getDirection()
           
 int getRepeat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIRECTION_CODA

public static final int DIRECTION_CODA
See Also:
Constant Field Values

DIRECTION_DOUBLE_CODA

public static final int DIRECTION_DOUBLE_CODA
See Also:
Constant Field Values

DIRECTION_SEGNO

public static final int DIRECTION_SEGNO
See Also:
Constant Field Values

DIRECTION_SEGNO_SEGNO

public static final int DIRECTION_SEGNO_SEGNO
See Also:
Constant Field Values

DIRECTION_FINE

public static final int DIRECTION_FINE
See Also:
Constant Field Values

DIRECTION_DA_CAPO

public static final int DIRECTION_DA_CAPO
See Also:
Constant Field Values

DIRECTION_DAL_SEGNO

public static final int DIRECTION_DAL_SEGNO
See Also:
Constant Field Values

DIRECTION_DAL_SEGNO_SEGNO

public static final int DIRECTION_DAL_SEGNO_SEGNO
See Also:
Constant Field Values

DIRECTION_TO_CODA

public static final int DIRECTION_TO_CODA
See Also:
Constant Field Values

DIRECTION_TO_DOUBLE_CODA

public static final int DIRECTION_TO_DOUBLE_CODA
See Also:
Constant Field Values

DIRECTION_DA_CAPO_AL_CODA

public static final int DIRECTION_DA_CAPO_AL_CODA
See Also:
Constant Field Values

DIRECTION_DA_CAPO_AL_DOUBLE_CODA

public static final int DIRECTION_DA_CAPO_AL_DOUBLE_CODA
See Also:
Constant Field Values

DIRECTION_DAL_SEGNO_AL_CODA

public static final int DIRECTION_DAL_SEGNO_AL_CODA
See Also:
Constant Field Values

DIRECTION_DAL_SEGNO_AL_DOUBLE_CODA

public static final int DIRECTION_DAL_SEGNO_AL_DOUBLE_CODA
See Also:
Constant Field Values

DIRECTION_DAL_SEGNO_SEGNO_AL_CODA

public static final int DIRECTION_DAL_SEGNO_SEGNO_AL_CODA
See Also:
Constant Field Values

DIRECTION_DAL_SEGNO_SEGNO_AL_DOUBLE_CODA

public static final int DIRECTION_DAL_SEGNO_SEGNO_AL_DOUBLE_CODA
See Also:
Constant Field Values

DIRECTION_DA_CAPO_AL_FINE

public static final int DIRECTION_DA_CAPO_AL_FINE
See Also:
Constant Field Values

DIRECTION_DAL_SEGNO_AL_FINE

public static final int DIRECTION_DAL_SEGNO_AL_FINE
See Also:
Constant Field Values

DIRECTION_DAL_SEGNO_SEGNO_AL_FINE

public static final int DIRECTION_DAL_SEGNO_SEGNO_AL_FINE
See Also:
Constant Field Values

ACTIVE_SYMBOL_DC

public static final int ACTIVE_SYMBOL_DC
See Also:
Constant Field Values

ACTIVE_SYMBOL_DS

public static final int ACTIVE_SYMBOL_DS
See Also:
Constant Field Values

ACTIVE_SYMBOL_DSS

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

PTDirection

public PTDirection(int direction,
                   int activeSymbol,
                   int repeat)
Method Detail

getDirection

public int getDirection()

getActiveSymbol

public int getActiveSymbol()

getRepeat

public int getRepeat()

getClone

public PTComponent getClone()
Specified by:
getClone in interface PTComponent