public final class AxisTickMark
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CROSS
Specifies that the tick marks shall cross the axis.
|
static int |
INSIDE
Specifies that the tick marks shall be inside the plot area.
|
static int |
length |
static int |
NONE
Specifies that there shall be no tick marks.
|
static int |
OUTSIDE
Specifies that the tick marks shall be outside the plot area.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String axisTickMarkName) |
static java.lang.String |
getName(int axisTickMark) |
static int[] |
getValues() |
static java.lang.String |
toString(int axisTickMark) |
public static final int CROSS
public static final int INSIDE
public static final int OUTSIDE
public static final int NONE
public static final int length