@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class RotateBuilder<B extends RotateBuilder<B>> extends java.lang.Object implements Builder<Rotate>
Rotate
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private double |
angle
Deprecated.
|
private Point3D |
axis
Deprecated.
|
private double |
pivotX
Deprecated.
|
private double |
pivotY
Deprecated.
|
private double |
pivotZ
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
RotateBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
B |
angle(double x)
Deprecated.
Set the value of the
angle property for the instance constructed by this builder. |
void |
applyTo(Rotate x)
Deprecated.
|
B |
axis(Point3D x)
Deprecated.
Set the value of the
axis property for the instance constructed by this builder. |
Rotate |
build()
Deprecated.
Make an instance of
Rotate based on the properties set on this builder. |
static RotateBuilder<?> |
create()
Deprecated.
Creates a new instance of RotateBuilder.
|
B |
pivotX(double x)
Deprecated.
Set the value of the
pivotX property for the instance constructed by this builder. |
B |
pivotY(double x)
Deprecated.
Set the value of the
pivotY property for the instance constructed by this builder. |
B |
pivotZ(double x)
Deprecated.
Set the value of the
pivotZ property for the instance constructed by this builder. |
private int __set
private double angle
private Point3D axis
private double pivotX
private double pivotY
private double pivotZ
public static RotateBuilder<?> create()
public void applyTo(Rotate x)
public B angle(double x)
angle
property for the instance constructed by this builder.public B axis(Point3D x)
axis
property for the instance constructed by this builder.public B pivotX(double x)
pivotX
property for the instance constructed by this builder.public B pivotY(double x)
pivotY
property for the instance constructed by this builder.public B pivotZ(double x)
pivotZ
property for the instance constructed by this builder.