@Generated(value="Generated by javafx.builder.processor.BuilderProcessor")
@Deprecated
public abstract class AnimationBuilder<B extends AnimationBuilder<B>>
extends java.lang.Object
Animation
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private boolean |
autoReverse
Deprecated.
|
private int |
cycleCount
Deprecated.
|
private Duration |
delay
Deprecated.
|
private EventHandler<ActionEvent> |
onFinished
Deprecated.
|
private double |
rate
Deprecated.
|
private double |
targetFramerate
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
AnimationBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Animation x)
Deprecated.
|
B |
autoReverse(boolean x)
Deprecated.
Set the value of the
autoReverse property for the instance constructed by this builder. |
B |
cycleCount(int x)
Deprecated.
Set the value of the
cycleCount property for the instance constructed by this builder. |
B |
delay(Duration x)
Deprecated.
Set the value of the
delay property for the instance constructed by this builder. |
B |
onFinished(EventHandler<ActionEvent> x)
Deprecated.
Set the value of the
onFinished property for the instance constructed by this builder. |
B |
rate(double x)
Deprecated.
Set the value of the
rate property for the instance constructed by this builder. |
B |
targetFramerate(double x)
Deprecated.
Set the value of the
targetFramerate property for the instance constructed by this builder. |
private int __set
private boolean autoReverse
private int cycleCount
private Duration delay
private EventHandler<ActionEvent> onFinished
private double rate
private double targetFramerate
public void applyTo(Animation x)
public B autoReverse(boolean x)
autoReverse
property for the instance constructed by this builder.public B cycleCount(int x)
cycleCount
property for the instance constructed by this builder.public B delay(Duration x)
delay
property for the instance constructed by this builder.public B onFinished(EventHandler<ActionEvent> x)
onFinished
property for the instance constructed by this builder.public B rate(double x)
rate
property for the instance constructed by this builder.public B targetFramerate(double x)
targetFramerate
property for the instance constructed by this builder.