public enum SplineCurveEditMode extends java.lang.Enum<SplineCurveEditMode>
| Enum Constant and Description |
|---|
DILATE_SPLINE_CURVE |
MOVE_SPLINE_CURVE |
ROTATE_SPLINE_CURVE |
| Modifier and Type | Method and Description |
|---|---|
static SplineCurveEditMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SplineCurveEditMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SplineCurveEditMode MOVE_SPLINE_CURVE
public static final SplineCurveEditMode DILATE_SPLINE_CURVE
public static final SplineCurveEditMode ROTATE_SPLINE_CURVE
public static SplineCurveEditMode[] values()
for (SplineCurveEditMode c : SplineCurveEditMode.values()) System.out.println(c);
public static SplineCurveEditMode 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 null