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

Class 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)

Field Details

POSITION_ACCENTUATED_EFFECT

public static final int POSITION_ACCENTUATED_EFFECT
Field Value:
5

POSITION_BOTTOM

public static final int POSITION_BOTTOM
Field Value:
14

POSITION_FADE_IN

public static final int POSITION_FADE_IN
Field Value:
10

POSITION_HARMONIC_EFFEC

public static final int POSITION_HARMONIC_EFFEC
Field Value:
6

POSITION_LYRIC

public static final int POSITION_LYRIC
Field Value:
13

POSITION_PALM_MUTE_EFFEC

public static final int POSITION_PALM_MUTE_EFFEC
Field Value:
8

POSITION_SCORE_DOWN_LINES

public static final int POSITION_SCORE_DOWN_LINES
Field Value:
3

POSITION_SCORE_MIDDLE_LINES

public static final int POSITION_SCORE_MIDDLE_LINES
Field Value:
2

POSITION_SCORE_UP_LINES

public static final int POSITION_SCORE_UP_LINES
Field Value:
1

POSITION_TABLATURE

public static final int POSITION_TABLATURE
Field Value:
12

POSITION_TABLATURE_TOP_SEPARATOR

public static final int POSITION_TABLATURE_TOP_SEPARATOR
Field Value:
11

POSITION_TAPPING_EFFEC

public static final int POSITION_TAPPING_EFFEC
Field Value:
7

POSITION_TOP

public static final int POSITION_TOP
Field Value:
0

POSITION_TUPLETO

public static final int POSITION_TUPLETO
Field Value:
4

POSITION_VIBRATO_EFFEC

public static final int POSITION_VIBRATO_EFFEC
Field Value:
9

SCORE

public static final int SCORE
Field Value:
1

TABLATURE

public static final int TABLATURE
Field Value:
2

Constructor Details

TrackSpacing

public TrackSpacing(ViewLayout layout)

Method Details

getPosition

public int getPosition(int index)

getSize

public int getSize()

setSize

public void setSize(int index,
                    int size)