@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public final class RotateTransitionBuilder extends TransitionBuilder<RotateTransitionBuilder> implements Builder<RotateTransition>
RotateTransition| Modifier and Type | Field and Description |
|---|---|
private int |
__set
Deprecated.
|
private Point3D |
axis
Deprecated.
|
private double |
byAngle
Deprecated.
|
private Duration |
duration
Deprecated.
|
private double |
fromAngle
Deprecated.
|
private Node |
node
Deprecated.
|
private double |
toAngle
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
RotateTransitionBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(RotateTransition x)
Deprecated.
|
RotateTransitionBuilder |
axis(Point3D x)
Deprecated.
Set the value of the
axis property for the instance constructed by this builder. |
RotateTransition |
build()
Deprecated.
Make an instance of
RotateTransition based on the properties set on this builder. |
RotateTransitionBuilder |
byAngle(double x)
Deprecated.
Set the value of the
byAngle property for the instance constructed by this builder. |
static RotateTransitionBuilder |
create()
Deprecated.
Creates a new instance of RotateTransitionBuilder.
|
RotateTransitionBuilder |
duration(Duration x)
Deprecated.
Set the value of the
duration property for the instance constructed by this builder. |
RotateTransitionBuilder |
fromAngle(double x)
Deprecated.
Set the value of the
fromAngle property for the instance constructed by this builder. |
RotateTransitionBuilder |
node(Node x)
Deprecated.
Set the value of the
node property for the instance constructed by this builder. |
RotateTransitionBuilder |
toAngle(double x)
Deprecated.
Set the value of the
toAngle property for the instance constructed by this builder. |
applyTo, interpolator, targetFramerateapplyTo, autoReverse, cycleCount, delay, onFinished, rateprivate int __set
private Point3D axis
private double byAngle
private Duration duration
private double fromAngle
private Node node
private double toAngle
public static RotateTransitionBuilder create()
public void applyTo(RotateTransition x)
public RotateTransitionBuilder axis(Point3D x)
axis property for the instance constructed by this builder.public RotateTransitionBuilder byAngle(double x)
byAngle property for the instance constructed by this builder.public RotateTransitionBuilder duration(Duration x)
duration property for the instance constructed by this builder.public RotateTransitionBuilder fromAngle(double x)
fromAngle property for the instance constructed by this builder.public RotateTransitionBuilder node(Node x)
node property for the instance constructed by this builder.public RotateTransitionBuilder toAngle(double x)
toAngle property for the instance constructed by this builder.public RotateTransition build()
RotateTransition based on the properties set on this builder.build in interface Builder<RotateTransition>