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