org.osm2world.core.target.jogl
public static enum JOGLRenderingParameters.Winding extends Enum<JOGLRenderingParameters.Winding>
Modifier and Type | Method and Description |
---|---|
static JOGLRenderingParameters.Winding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JOGLRenderingParameters.Winding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JOGLRenderingParameters.Winding CW
public static final JOGLRenderingParameters.Winding CCW
public static JOGLRenderingParameters.Winding[] values()
for (JOGLRenderingParameters.Winding c : JOGLRenderingParameters.Winding.values()) System.out.println(c);
public static JOGLRenderingParameters.Winding 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 null