Creates a new instance of LinearGradient.
Creates a new instance of LinearGradient.
the X coordinate of the gradient axis start point. Default value = 0.0
the Y coordinate of the gradient axis start point. Default value = 0.0
the X coordinate of the gradient axis end point. Default value = 0.0
the Y coordinate of the gradient axis end point. Default value = 0.0
whether the coordinates are proportional to the shape which this gradient fills. Default value = true
cycle method applied to the gradient. Default value = scalafx.scene.paint.CycleMethod.NoCycle
the gradient's color specification. Default value = scala.Nil
Defines which of the following cycle method is applied to the LinearGradient: scalafx.scene.paint.CycleMethod.NoCycle, scalafx.scene.paint.CycleMethod.Reflect or scalafx.scene.paint.CycleMethod.Repeat.
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Defines the X coordinate of the gradient axis end point.
Defines the Y coordinate of the gradient axis end point.
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.
The delegate hashcode
Indicates whether start and end locations are proportional or absolute.
Defines the X coordinate of the gradient axis start point.
Defines the Y coordinate of the gradient axis start point.
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.