public static enum RenderingBackend.WindingRule extends Enum<RenderingBackend.WindingRule>
Enum Constant and Description |
---|
EVEN_ODD
WindingRule.EVEN_ODD.
|
NON_ZERO
WindingRule.NON_ZERO.
|
Modifier and Type | Method and Description |
---|---|
static RenderingBackend.WindingRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderingBackend.WindingRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderingBackend.WindingRule NON_ZERO
public static final RenderingBackend.WindingRule EVEN_ODD
public static RenderingBackend.WindingRule[] values()
for (RenderingBackend.WindingRule c : RenderingBackend.WindingRule.values()) System.out.println(c);
public static RenderingBackend.WindingRule 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 © 2002–2024 Gargoyle Software Inc.. All rights reserved.