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