public enum CycleMethod
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

This enum defines one of the following methods to use when painting outside the gradient bounds: CycleMethod.NO_CYCLE, CycleMethod.REFLECT, or CycleMethod.REPEAT.

extends Enum<CycleMethod>

Since:  JavaFX 2.0