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