Defines the X coordinate of the center point of the circle defining the gradient.
Defines the Y coordinate of the center point of the circle defining the gradient.
Defines which of the following cycle method is applied to the LinearGradient: CycleMethod.NoCycle, CycleMethod.Reflect, or CycleMethod.Repeat.
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
Defines the angle in degrees from the center of the gradient to the focus point to which the first color is mapped.
Defines the distance from the center of the gradient to the focus point to which the first color is mapped.
The delegate hashcode
Indicates whether the center and radius values are proportional or absolute.
Specifies the radius of the circle defining the extents of the color gradient.
A sequence of 2 or more Stop values specifying how to distribute the colors along the gradient.
Returns the original delegate's toString()
adding a [SFX]
prefix.