public static enum Axis.ConstrainToward extends Enum<Axis.ConstrainToward>
Enum Constant and Description |
---|
BOTTOM |
CENTER |
LEFT |
MIDDLE |
RIGHT |
TOP |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Axis.ConstrainToward |
valueOf(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(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<Axis.ConstrainToward>
Copyright © 2019. All rights reserved.