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