public static enum PlanesPattern.Axis extends Enum<PlanesPattern.Axis>
Modifier and Type | Field and Description |
---|---|
PlanesPattern.AxisFunction |
function |
String |
label |
Modifier and Type | Method and Description |
---|---|
boolean |
hasRotationControls() |
String |
toString() |
static PlanesPattern.Axis |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanesPattern.Axis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanesPattern.Axis X
public static final PlanesPattern.Axis Y
public static final PlanesPattern.Axis Z
public static final PlanesPattern.Axis FREE
public static final PlanesPattern.Axis RC
public static final PlanesPattern.Axis RO
public final String label
public final PlanesPattern.AxisFunction function
public static PlanesPattern.Axis[] values()
for (PlanesPattern.Axis c : PlanesPattern.Axis.values()) System.out.println(c);
public static PlanesPattern.Axis 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 String toString()
toString
in class Enum<PlanesPattern.Axis>
public boolean hasRotationControls()
LX library by Mark C. Slee. © 2012-2020