public static enum PathEvaluator.PathMode extends Enum<PathEvaluator.PathMode>
| Modifier and Type | Method and Description |
|---|---|
static PathEvaluator.PathMode |
from(int mode) |
static PathEvaluator.PathMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathEvaluator.PathMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathEvaluator.PathMode X
public static final PathEvaluator.PathMode Y
public static final PathEvaluator.PathMode ROTATION
public static PathEvaluator.PathMode[] values()
for (PathEvaluator.PathMode c : PathEvaluator.PathMode.values()) System.out.println(c);
public static PathEvaluator.PathMode 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 static PathEvaluator.PathMode from(int mode)