Example usage for Java javafx.scene.paint CycleMethod fields, constructors, methods, implement or subclass
The text is from its open source code.
CycleMethod | NO_CYCLE Defines the cycle method that uses the terminal colors to fill the remaining area. |
CycleMethod | REFLECT Defines the cycle method that reflects the gradient colors start-to-end, end-to-start to fill the remaining area. |