@Deprecated public static enum AxisScaleInfo.CoordSys extends java.lang.Enum<AxisScaleInfo.CoordSys>
Enum Constant and Description |
---|
A
Deprecated.
|
B
Deprecated.
|
C
Deprecated.
|
D
Deprecated.
|
E
Deprecated.
|
F
Deprecated.
|
G
Deprecated.
|
H
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AxisScaleInfo.CoordSys |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AxisScaleInfo.CoordSys[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AxisScaleInfo.CoordSys A
public static final AxisScaleInfo.CoordSys B
public static final AxisScaleInfo.CoordSys C
public static final AxisScaleInfo.CoordSys D
public static final AxisScaleInfo.CoordSys E
public static final AxisScaleInfo.CoordSys F
public static final AxisScaleInfo.CoordSys G
public static final AxisScaleInfo.CoordSys H
public static AxisScaleInfo.CoordSys[] values()
for (AxisScaleInfo.CoordSys c : AxisScaleInfo.CoordSys.values()) System.out.println(c);
public static AxisScaleInfo.CoordSys 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