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