@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class QuadCurveToBuilder<B extends QuadCurveToBuilder<B>> extends PathElementBuilder<B> implements Builder<QuadCurveTo>
QuadCurveTo
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private double |
controlX
Deprecated.
|
private double |
controlY
Deprecated.
|
private double |
x
Deprecated.
|
private double |
y
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
QuadCurveToBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(QuadCurveTo x)
Deprecated.
|
QuadCurveTo |
build()
Deprecated.
Make an instance of
QuadCurveTo based on the properties set on this builder. |
B |
controlX(double x)
Deprecated.
Set the value of the
controlX property for the instance constructed by this builder. |
B |
controlY(double x)
Deprecated.
Set the value of the
controlY property for the instance constructed by this builder. |
static QuadCurveToBuilder<?> |
create()
Deprecated.
Creates a new instance of QuadCurveToBuilder.
|
B |
x(double x)
Deprecated.
Set the value of the
x property for the instance constructed by this builder. |
B |
y(double x)
Deprecated.
Set the value of the
y property for the instance constructed by this builder. |
absolute, applyTo
private int __set
private double controlX
private double controlY
private double x
private double y
public static QuadCurveToBuilder<?> create()
public void applyTo(QuadCurveTo x)
public B controlX(double x)
controlX
property for the instance constructed by this builder.public B controlY(double x)
controlY
property for the instance constructed by this builder.public B x(double x)
x
property for the instance constructed by this builder.public B y(double x)
y
property for the instance constructed by this builder.public QuadCurveTo build()
QuadCurveTo
based on the properties set on this builder.build
in interface Builder<QuadCurveTo>