@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public final class RadialGradientBuilder extends java.lang.Object implements Builder<RadialGradient>
RadialGradient
Modifier and Type | Field and Description |
---|---|
private double |
centerX
Deprecated.
|
private double |
centerY
Deprecated.
|
private CycleMethod |
cycleMethod
Deprecated.
|
private double |
focusAngle
Deprecated.
|
private double |
focusDistance
Deprecated.
|
private boolean |
proportional
Deprecated.
|
private double |
radius
Deprecated.
|
private java.util.List<Stop> |
stops
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
RadialGradientBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RadialGradient |
build()
Deprecated.
Make an instance of
RadialGradient based on the properties set on this builder. |
RadialGradientBuilder |
centerX(double x)
Deprecated.
Set the value of the
centerX property for the instance constructed by this builder. |
RadialGradientBuilder |
centerY(double x)
Deprecated.
Set the value of the
centerY property for the instance constructed by this builder. |
static RadialGradientBuilder |
create()
Deprecated.
Creates a new instance of RadialGradientBuilder.
|
RadialGradientBuilder |
cycleMethod(CycleMethod x)
Deprecated.
Set the value of the
cycleMethod property for the instance constructed by this builder. |
RadialGradientBuilder |
focusAngle(double x)
Deprecated.
Set the value of the
focusAngle property for the instance constructed by this builder. |
RadialGradientBuilder |
focusDistance(double x)
Deprecated.
Set the value of the
focusDistance property for the instance constructed by this builder. |
RadialGradientBuilder |
proportional(boolean x)
Deprecated.
Set the value of the
proportional property for the instance constructed by this builder. |
RadialGradientBuilder |
radius(double x)
Deprecated.
Set the value of the
radius property for the instance constructed by this builder. |
RadialGradientBuilder |
stops(java.util.List<Stop> x)
Deprecated.
Add the given items to the List of items in the
stops property for the instance constructed by this builder. |
RadialGradientBuilder |
stops(Stop... x)
Deprecated.
Add the given items to the List of items in the
stops property for the instance constructed by this builder. |
private double centerX
private double centerY
private CycleMethod cycleMethod
private double focusAngle
private double focusDistance
private boolean proportional
private double radius
private java.util.List<Stop> stops
public static RadialGradientBuilder create()
public RadialGradientBuilder centerX(double x)
centerX
property for the instance constructed by this builder.public RadialGradientBuilder centerY(double x)
centerY
property for the instance constructed by this builder.public RadialGradientBuilder cycleMethod(CycleMethod x)
cycleMethod
property for the instance constructed by this builder.public RadialGradientBuilder focusAngle(double x)
focusAngle
property for the instance constructed by this builder.public RadialGradientBuilder focusDistance(double x)
focusDistance
property for the instance constructed by this builder.public RadialGradientBuilder proportional(boolean x)
proportional
property for the instance constructed by this builder.public RadialGradientBuilder radius(double x)
radius
property for the instance constructed by this builder.public RadialGradientBuilder stops(java.util.List<Stop> x)
stops
property for the instance constructed by this builder.public RadialGradientBuilder stops(Stop... x)
stops
property for the instance constructed by this builder.public RadialGradient build()
RadialGradient
based on the properties set on this builder.build
in interface Builder<RadialGradient>