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