Enum Constant and Description |
---|
FIXED_CENTRE |
FIXED_CORNERS |
X_LEFT |
X_RIGHT |
Y_LEFT |
Y_RIGHT |
Z_LEFT |
Z_RIGHT |
Modifier and Type | Method and Description |
---|---|
static Bound |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Bound[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bound X_LEFT
public static final Bound X_RIGHT
public static final Bound Y_LEFT
public static final Bound Y_RIGHT
public static final Bound Z_LEFT
public static final Bound Z_RIGHT
public static final Bound FIXED_CORNERS
public static final Bound FIXED_CENTRE
public static Bound[] values()
for (Bound c : Bound.values()) System.out.println(c);
public static Bound 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 nullProcessing Library miPhysics by James Leonard. (c) 2019