static enum CompressLineSeries.STATE extends java.lang.Enum<CompressLineSeries.STATE>
Enum Constant and Description |
---|
InRangeAgain
in range again
|
OutOfRangeAgain
out of range again
|
SteppingInRange
stepping in range
|
SteppingInXRange
stepping in x range
|
SteppingOutOfRange
stepping out of range
|
SteppingOutOfXRange
stepping out of x range
|
SteppingOutOfYRange
stepping out of y range
|
SteppingOverXRange
stepping over x range
|
SteppingOverYRange
stepping over y range
|
Modifier and Type | Method and Description |
---|---|
static CompressLineSeries.STATE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompressLineSeries.STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompressLineSeries.STATE SteppingOverXRange
public static final CompressLineSeries.STATE SteppingOverYRange
public static final CompressLineSeries.STATE OutOfRangeAgain
public static final CompressLineSeries.STATE SteppingOutOfXRange
public static final CompressLineSeries.STATE SteppingInXRange
public static final CompressLineSeries.STATE SteppingOutOfYRange
public static final CompressLineSeries.STATE SteppingOutOfRange
public static final CompressLineSeries.STATE InRangeAgain
public static final CompressLineSeries.STATE SteppingInRange
public static CompressLineSeries.STATE[] values()
for (CompressLineSeries.STATE c : CompressLineSeries.STATE.values()) System.out.println(c);
public static CompressLineSeries.STATE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null