public static enum RXSInterpolator.InterpolationType extends java.lang.Enum<RXSInterpolator.InterpolationType>
Enum Constant and Description |
---|
LINEAR_TXEM
linear interpolation in TXEM ([3DoF translation]x[3DoF EM]) space
|
SCREW
screw interpolation
|
Modifier and Type | Method and Description |
---|---|
static RXSInterpolator.InterpolationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RXSInterpolator.InterpolationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RXSInterpolator.InterpolationType LINEAR_TXEM
public static final RXSInterpolator.InterpolationType SCREW
public static RXSInterpolator.InterpolationType[] values()
for (RXSInterpolator.InterpolationType c : RXSInterpolator.InterpolationType.values()) System.out.println(c);
public static RXSInterpolator.InterpolationType 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