Enum Class CycleMethod

java.lang.Object
java.lang.Enum<CycleMethod>
javafx.scene.paint.CycleMethod
All Implemented Interfaces:
Serializable, Comparable<CycleMethod>, Constable

public enum CycleMethod extends Enum<CycleMethod>
This enum defines one of the following methods to use when painting outside the gradient bounds: CycleMethod.NO_CYCLE, CycleMethod.REFLECT, or CycleMethod.REPEAT.
Since:
JavaFX 2.0