@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public final class TranslateTransitionBuilder extends TransitionBuilder<TranslateTransitionBuilder> implements Builder<TranslateTransition>
TranslateTransition
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private double |
byX
Deprecated.
|
private double |
byY
Deprecated.
|
private double |
byZ
Deprecated.
|
private Duration |
duration
Deprecated.
|
private double |
fromX
Deprecated.
|
private double |
fromY
Deprecated.
|
private double |
fromZ
Deprecated.
|
private Node |
node
Deprecated.
|
private double |
toX
Deprecated.
|
private double |
toY
Deprecated.
|
private double |
toZ
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
TranslateTransitionBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(TranslateTransition x)
Deprecated.
|
TranslateTransition |
build()
Deprecated.
Make an instance of
TranslateTransition based on the properties set on this builder. |
TranslateTransitionBuilder |
byX(double x)
Deprecated.
Set the value of the
byX property for the instance constructed by this builder. |
TranslateTransitionBuilder |
byY(double x)
Deprecated.
Set the value of the
byY property for the instance constructed by this builder. |
TranslateTransitionBuilder |
byZ(double x)
Deprecated.
Set the value of the
byZ property for the instance constructed by this builder. |
static TranslateTransitionBuilder |
create()
Deprecated.
Creates a new instance of TranslateTransitionBuilder.
|
TranslateTransitionBuilder |
duration(Duration x)
Deprecated.
Set the value of the
duration property for the instance constructed by this builder. |
TranslateTransitionBuilder |
fromX(double x)
Deprecated.
Set the value of the
fromX property for the instance constructed by this builder. |
TranslateTransitionBuilder |
fromY(double x)
Deprecated.
Set the value of the
fromY property for the instance constructed by this builder. |
TranslateTransitionBuilder |
fromZ(double x)
Deprecated.
Set the value of the
fromZ property for the instance constructed by this builder. |
TranslateTransitionBuilder |
node(Node x)
Deprecated.
Set the value of the
node property for the instance constructed by this builder. |
TranslateTransitionBuilder |
toX(double x)
Deprecated.
Set the value of the
toX property for the instance constructed by this builder. |
TranslateTransitionBuilder |
toY(double x)
Deprecated.
Set the value of the
toY property for the instance constructed by this builder. |
TranslateTransitionBuilder |
toZ(double x)
Deprecated.
Set the value of the
toZ property for the instance constructed by this builder. |
applyTo, interpolator, targetFramerate
applyTo, autoReverse, cycleCount, delay, onFinished, rate
private int __set
private double byX
private double byY
private double byZ
private Duration duration
private double fromX
private double fromY
private double fromZ
private Node node
private double toX
private double toY
private double toZ
public static TranslateTransitionBuilder create()
private void __set(int i)
public void applyTo(TranslateTransition x)
public TranslateTransitionBuilder byX(double x)
byX
property for the instance constructed by this builder.public TranslateTransitionBuilder byY(double x)
byY
property for the instance constructed by this builder.public TranslateTransitionBuilder byZ(double x)
byZ
property for the instance constructed by this builder.public TranslateTransitionBuilder duration(Duration x)
duration
property for the instance constructed by this builder.public TranslateTransitionBuilder fromX(double x)
fromX
property for the instance constructed by this builder.public TranslateTransitionBuilder fromY(double x)
fromY
property for the instance constructed by this builder.public TranslateTransitionBuilder fromZ(double x)
fromZ
property for the instance constructed by this builder.public TranslateTransitionBuilder node(Node x)
node
property for the instance constructed by this builder.public TranslateTransitionBuilder toX(double x)
toX
property for the instance constructed by this builder.public TranslateTransitionBuilder toY(double x)
toY
property for the instance constructed by this builder.public TranslateTransitionBuilder toZ(double x)
toZ
property for the instance constructed by this builder.public TranslateTransition build()
TranslateTransition
based on the properties set on this builder.build
in interface Builder<TranslateTransition>