public final class AxisCrosses
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTOMATIC
The category axis crosses at the zero point of the value axis (if possible), or at the minimum value if the minimum is greater than zero, or at the maximum if the maximum is less than zero.
|
static int |
CUSTOM
A perpendicular axis crosses at the specified value of the axis.
|
static int |
length |
static int |
MAXIMUM
A perpendicular axis crosses at the maximum value of the axis.
|
static int |
MINIMUM
A perpendicular axis crosses at the minimum value of the axis.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String axisCrossesName) |
static java.lang.String |
getName(int axisCrosses) |
static int[] |
getValues() |
static java.lang.String |
toString(int axisCrosses) |
public static final int AUTOMATIC
public static final int MAXIMUM
public static final int MINIMUM
public static final int CUSTOM
public static final int length