public static enum Axis.ConstrainToward extends java.lang.Enum<Axis.ConstrainToward>
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
|
static Axis.ConstrainToward |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Axis.ConstrainToward[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Axis.ConstrainToward LEFT
public static final Axis.ConstrainToward CENTER
public static final Axis.ConstrainToward RIGHT
public static final Axis.ConstrainToward TOP
public static final Axis.ConstrainToward MIDDLE
public static final Axis.ConstrainToward BOTTOM
public static Axis.ConstrainToward[] values()
for (Axis.ConstrainToward c : Axis.ConstrainToward.values()) System.out.println(c);
public static Axis.ConstrainToward 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<Axis.ConstrainToward>
Copyright © 2018. All rights reserved.