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