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