public final class AxisTickLabelPosition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT
Specifies default value of tick labels position.
|
static int |
HIGH
Specifies the axis labels shall be at the high end of the perpendicular axis.
|
static int |
length |
static int |
LOW
Specifies the axis labels shall be at the low end of the perpendicular axis.
|
static int |
NEXT_TO_AXIS
Specifies the axis labels shall be next to the axis.
|
static int |
NONE
Specifies the axis labels are not drawn.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String axisTickLabelPositionName) |
static java.lang.String |
getName(int axisTickLabelPosition) |
static int[] |
getValues() |
static java.lang.String |
toString(int axisTickLabelPosition) |
public static final int HIGH
public static final int LOW
public static final int NEXT_TO_AXIS
public static final int NONE
public static final int DEFAULT
public static final int length