public static enum Enumerations.CycleMethodMapping extends Enum<Enumerations.CycleMethodMapping>
CycleMethod rule.| Modifier and Type | Method and Description |
|---|---|
javafx.scene.paint.CycleMethod |
getMethod()
Returns the
method. |
String |
getName()
Returns the
name. |
static Enumerations.CycleMethodMapping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.CycleMethodMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumerations.CycleMethodMapping PAD
public static final Enumerations.CycleMethodMapping REFLECT
public static final Enumerations.CycleMethodMapping REPEAT
public static Enumerations.CycleMethodMapping[] values()
for (Enumerations.CycleMethodMapping c : Enumerations.CycleMethodMapping.values()) System.out.println(c);
public static Enumerations.CycleMethodMapping 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.