public static enum BBoxTools.AxisOrder extends Enum<BBoxTools.AxisOrder>
| Modifier and Type | Method and Description |
|---|---|
static BBoxTools.AxisOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BBoxTools.AxisOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BBoxTools.AxisOrder X_Y
public static final BBoxTools.AxisOrder Y_X
public static BBoxTools.AxisOrder[] values()
for (BBoxTools.AxisOrder c : BBoxTools.AxisOrder.values()) System.out.println(c);
public static BBoxTools.AxisOrder 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 nullCopyright © 2020. All rights reserved.