@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class RotateTransitionBuilder extends TransitionBuilder<RotateTransitionBuilder> implements Builder<RotateTransition>
RotateTransition| Modifier | Constructor and Description |
|---|---|
protected |
RotateTransitionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(RotateTransition x) |
RotateTransitionBuilder |
axis(Point3D x)
Set the value of the
axis property for the instance constructed by this builder. |
RotateTransition |
build()
Make an instance of
RotateTransition based on the properties set on this builder. |
RotateTransitionBuilder |
byAngle(double x)
Set the value of the
byAngle property for the instance constructed by this builder. |
static RotateTransitionBuilder |
create()
Creates a new instance of RotateTransitionBuilder.
|
RotateTransitionBuilder |
duration(Duration x)
Set the value of the
duration property for the instance constructed by this builder. |
RotateTransitionBuilder |
fromAngle(double x)
Set the value of the
fromAngle property for the instance constructed by this builder. |
RotateTransitionBuilder |
node(Node x)
Set the value of the
node property for the instance constructed by this builder. |
RotateTransitionBuilder |
toAngle(double x)
Set the value of the
toAngle property for the instance constructed by this builder. |
applyTo, interpolator, targetFramerateapplyTo, autoReverse, cycleCount, delay, onFinished, ratepublic 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>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.