public final class TabLeader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DASHES
The leader line is made up from dashes.
|
static int |
DOTS
The leader line is made up from dots.
|
static int |
HEAVY
The leader line is a single thick line.
|
static int |
length |
static int |
LINE
The leader line is a single line.
|
static int |
MIDDLE_DOT
The leader line is made up from middle-dots.
|
static int |
NONE
No leader line is displayed.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String tabLeaderName) |
static java.lang.String |
getName(int tabLeader) |
static int[] |
getValues() |
static java.lang.String |
toString(int tabLeader) |
public static final int NONE
public static final int DOTS
public static final int DASHES
public static final int LINE
public static final int HEAVY
public static final int MIDDLE_DOT
public static final int length