public static enum TrajectoryParams.SmoothParams extends Enum<TrajectoryParams.SmoothParams>
Modifier and Type | Method and Description |
---|---|
static TrajectoryParams.SmoothParams |
valueOf(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(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 nullCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.