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