Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
Modifier and Type | Method and Description |
---|---|
static TimelineBuilder |
TimelineBuilder.create()
Creates a new instance of TimelineBuilder.
|
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 |
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 |
TimelineBuilder.targetFramerate(double x)
Set the value of the
targetFramerate property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to