public static enum SteeringTools.LineType extends Enum<SteeringTools.LineType>
Enum Constant and Description |
---|
ABSCISSA |
HALF_LINE |
STRAIGHT_LINE |
Modifier and Type | Method and Description |
---|---|
static SteeringTools.LineType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteeringTools.LineType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteeringTools.LineType STRAIGHT_LINE
public static final SteeringTools.LineType HALF_LINE
public static final SteeringTools.LineType ABSCISSA
public static SteeringTools.LineType[] values()
for (SteeringTools.LineType c : SteeringTools.LineType.values()) System.out.println(c);
public static SteeringTools.LineType 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 © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.