Generated Object
javafx.scene.paint.Stop used in conjunction with Linear and Radial Gradients
Attributes
This node takes the attributes of the javafx.scene.paint.Stop class. see javafx.scene.paint.Stop
Specifically:
offset - number ranging from 0 to 1 to indicate where the gradient stop should be placed
color - The color of the gradient at this offset. The default is black.
Content
This node does not take content
Usage
This node creates a gradient stop.
Examples
Labels