Basics
Guides
API Reference
Basics
Guides
API Reference
[14:7] extends: FxObj
Wraps JavaFX Stop, a color-stop point used in gradient definitions such as LinearGradient and RadialGradient. Each Stop pairs a Color with a normalized offset value between 0.0 and 1.0 that marks where that color appears along the gradient path. Multiple stops are combined in order to produce smooth multi-color transitions.
Stop (double Offset, object ColorObj)
Creates a new color stop at the specified position.
Offset is a double from 0.0 to 1.0 specifying the position along the gradient.ColorObj is a Color object for this stop.getOffset ()
Returns the normalized offset of this color stop along the gradient.
A double from 0.0 to 1.0 with the offset position.getColor ()
Returns the Color of this stop as a Java AJO.
An AJO wrapping the javafx.scene.paint.Color of this stop.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.