@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public final class TimelineBuilder extends AnimationBuilder<TimelineBuilder> implements Builder<Timeline>
Timeline| Modifier and Type | Field and Description |
|---|---|
private boolean |
__set
Deprecated.
|
private java.util.Collection<? extends KeyFrame> |
keyFrames
Deprecated.
|
private double |
targetFramerate
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TimelineBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Timeline x)
Deprecated.
|
Timeline |
build()
Deprecated.
Make an instance of
Timeline based on the properties set on this builder. |
static TimelineBuilder |
create()
Deprecated.
Creates a new instance of TimelineBuilder.
|
TimelineBuilder |
keyFrames(java.util.Collection<? extends KeyFrame> x)
Deprecated.
Add the given items to the List of items in the
keyFrames property for the instance constructed by this builder. |
TimelineBuilder |
keyFrames(KeyFrame... x)
Deprecated.
Add the given items to the List of items in the
keyFrames property for the instance constructed by this builder. |
TimelineBuilder |
targetFramerate(double x)
Deprecated.
Set the value of the
targetFramerate property for the instance constructed by this builder. |
applyTo, autoReverse, cycleCount, delay, onFinished, rateprivate boolean __set
private java.util.Collection<? extends KeyFrame> keyFrames
private double targetFramerate
public static TimelineBuilder create()
public void applyTo(Timeline x)
public TimelineBuilder keyFrames(java.util.Collection<? extends KeyFrame> x)
keyFrames property for the instance constructed by this builder.public TimelineBuilder keyFrames(KeyFrame... x)
keyFrames property for the instance constructed by this builder.public TimelineBuilder targetFramerate(double x)
targetFramerate property for the instance constructed by this builder.targetFramerate in class AnimationBuilder<TimelineBuilder>