public enum AxisUnsigned extends Enum<AxisUnsigned>
| Enum Constant and Description |
|---|
PRIMARY_AXIS_FLAGS
The first set of axis flags.
|
QUATERNARY_AXIS_FLAGS
The fourth set of axis flags.
|
QUINARY_AXIS_FLAGS
The fifth set of axis flags.
|
SECONDARY_AXIS_FLAGS
The second set of axis flags.
|
TERTIARY_AXIS_FLAGS
The third set of axis flags.
|
| Modifier and Type | Method and Description |
|---|---|
int |
index(AxisName axis)
Gets the controller's index for this parameter for a given axis.
|
String |
reference(AxisName axis)
Gets the AcroBasic string reference for this parameter for a given axis.
|
static AxisUnsigned |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxisUnsigned[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AxisUnsigned PRIMARY_AXIS_FLAGS
public static final AxisUnsigned SECONDARY_AXIS_FLAGS
public static final AxisUnsigned TERTIARY_AXIS_FLAGS
public static final AxisUnsigned QUATERNARY_AXIS_FLAGS
public static final AxisUnsigned QUINARY_AXIS_FLAGS
public static AxisUnsigned[] values()
for (AxisUnsigned c : AxisUnsigned.values()) System.out.println(c);
public static AxisUnsigned valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int index(AxisName axis)
axis - the axis.Copyright © 2017 LSST. All rights reserved.