Java javafx.scene.paint CycleMethod fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.paint CycleMethod fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.paint CycleMethod.

The text is from its open source code.

Field

CycleMethodNO_CYCLE
Defines the cycle method that uses the terminal colors to fill the remaining area.
CycleMethodREFLECT
Defines the cycle method that reflects the gradient colors start-to-end, end-to-start to fill the remaining area.