org.herac.tuxguitar.gui.editors.tab.layout
Class TrackSpacing

java.lang.Object
  extended by org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing

public class TrackSpacing
extends java.lang.Object


Field Summary
static int POSITION_ACCENTUATED_EFFECT
           
static int POSITION_BOTTOM
           
static int POSITION_FADE_IN
           
static int POSITION_HARMONIC_EFFEC
           
static int POSITION_LYRIC
           
static int POSITION_PALM_MUTE_EFFEC
           
static int POSITION_SCORE_DOWN_LINES
           
static int POSITION_SCORE_MIDDLE_LINES
           
static int POSITION_SCORE_UP_LINES
           
static int POSITION_TABLATURE
           
static int POSITION_TABLATURE_TOP_SEPARATOR
           
static int POSITION_TAPPING_EFFEC
           
static int POSITION_TOP
           
static int POSITION_TUPLETO
           
static int POSITION_VIBRATO_EFFEC
           
static int SCORE
           
static int TABLATURE
           
 
Constructor Summary
TrackSpacing(ViewLayout layout)
           
 
Method Summary
 int getPosition(int index)
           
 int getSize()
           
 void setSize(int index, int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCORE

public static final int SCORE
See Also:
Constant Field Values

TABLATURE

public static final int TABLATURE
See Also:
Constant Field Values

POSITION_TOP

public static final int POSITION_TOP
See Also:
Constant Field Values

POSITION_SCORE_UP_LINES

public static final int POSITION_SCORE_UP_LINES
See Also:
Constant Field Values

POSITION_SCORE_MIDDLE_LINES

public static final int POSITION_SCORE_MIDDLE_LINES
See Also:
Constant Field Values

POSITION_SCORE_DOWN_LINES

public static final int POSITION_SCORE_DOWN_LINES
See Also:
Constant Field Values

POSITION_TUPLETO

public static final int POSITION_TUPLETO
See Also:
Constant Field Values

POSITION_ACCENTUATED_EFFECT

public static final int POSITION_ACCENTUATED_EFFECT
See Also:
Constant Field Values

POSITION_HARMONIC_EFFEC

public static final int POSITION_HARMONIC_EFFEC
See Also:
Constant Field Values

POSITION_TAPPING_EFFEC

public static final int POSITION_TAPPING_EFFEC
See Also:
Constant Field Values

POSITION_PALM_MUTE_EFFEC

public static final int POSITION_PALM_MUTE_EFFEC
See Also:
Constant Field Values

POSITION_VIBRATO_EFFEC

public static final int POSITION_VIBRATO_EFFEC
See Also:
Constant Field Values

POSITION_FADE_IN

public static final int POSITION_FADE_IN
See Also:
Constant Field Values

POSITION_TABLATURE_TOP_SEPARATOR

public static final int POSITION_TABLATURE_TOP_SEPARATOR
See Also:
Constant Field Values

POSITION_TABLATURE

public static final int POSITION_TABLATURE
See Also:
Constant Field Values

POSITION_LYRIC

public static final int POSITION_LYRIC
See Also:
Constant Field Values

POSITION_BOTTOM

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

TrackSpacing

public TrackSpacing(ViewLayout layout)
Method Detail

setSize

public void setSize(int index,
                    int size)

getSize

public int getSize()

getPosition

public int getPosition(int index)