@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class RotateBuilder<B extends RotateBuilder<B>> extends Object implements Builder<Rotate>
Rotate
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. |
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.Copyright © 2020. All rights reserved.