Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class TimelineBuilder extends AnimationBuilder<TimelineBuilder> implements Builder<Timeline>
Timeline
Modifier | Constructor and Description |
---|---|
protected |
TimelineBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Timeline x) |
Timeline |
build()
Make an instance of
Timeline based on the properties set on this builder. |
static TimelineBuilder |
create()
Creates a new instance of TimelineBuilder.
|
TimelineBuilder |
keyFrames(java.util.Collection<? extends KeyFrame> x)
Add the given items to the List of items in the
keyFrames property for the instance constructed by this builder. |
TimelineBuilder |
keyFrames(KeyFrame... x)
Add the given items to the List of items in the
keyFrames property for the instance constructed by this builder. |
TimelineBuilder |
targetFramerate(double x)
Set the value of the
targetFramerate property for the instance constructed by this builder. |
applyTo, autoReverse, cycleCount, delay, onFinished, rate
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>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to