public static enum Enumerations.FillRuleMapping extends Enum<Enumerations.FillRuleMapping>
FillRule rule.| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the
name. |
javafx.scene.shape.FillRule |
getRule()
Returns the
rule. |
static Enumerations.FillRuleMapping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.FillRuleMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumerations.FillRuleMapping EVEN_ODD
public static final Enumerations.FillRuleMapping NON_ZERO
public static Enumerations.FillRuleMapping[] values()
for (Enumerations.FillRuleMapping c : Enumerations.FillRuleMapping.values()) System.out.println(c);
public static Enumerations.FillRuleMapping 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 © 2016 Saxonia Systems AG. All rights reserved.