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