See: Description
| Interface | Description |
|---|---|
| Interpolatable<T> |
A value that can be interpolated.
|
| Class | Description |
|---|---|
| Animation |
The class
Animation provides the core functionality of all animations
used in the JavaFX runtime. |
| AnimationBuilder<B extends AnimationBuilder<B>> |
Builder class for javafx.animation.Animation
|
| AnimationTimer |
The class
AnimationTimer allows to create a timer, that is called in
each frame while it is active. |
| FadeTransition |
This
Transition creates a fade effect animation that spans its
duration. |
| FadeTransitionBuilder |
Builder class for javafx.animation.FadeTransition
|
| FillTransition |
This
Transition creates an animation, that changes the filling of a
shape over a duration. |
| FillTransitionBuilder |
Builder class for javafx.animation.FillTransition
|
| Interpolator |
The abstract class defines several
interpolate methods, which are
used to calculate interpolated values. |
| KeyFrame |
Defines target values at a specified point in time for a set of variables
that are interpolated along a
Timeline. |
| KeyValue |
Defines a key value to be interpolated for a particular interval along the
animation.
|
| ParallelTransition |
This
Transition plays a list of Animations in parallel. |
| ParallelTransitionBuilder |
Builder class for javafx.animation.ParallelTransition
|
| PathTransition |
This
Transition creates a path animation that spans its
PathTransition.duration. |
| PathTransitionBuilder |
Builder class for javafx.animation.PathTransition
|
| PauseTransition | |
| PauseTransitionBuilder |
Builder class for javafx.animation.PauseTransition
|
| RotateTransition |
This
Transition creates a rotation animation that spans its
duration. |
| RotateTransitionBuilder |
Builder class for javafx.animation.RotateTransition
|
| ScaleTransition |
This
Transition creates a scale animation that spans its
ScaleTransition.duration. |
| ScaleTransitionBuilder |
Builder class for javafx.animation.ScaleTransition
|
| SequentialTransition |
This
Transition plays a list of Animations in sequential order. |
| SequentialTransitionBuilder |
Builder class for javafx.animation.SequentialTransition
|
| StrokeTransition |
This
Transition creates an animation, that changes the stroke color
of a shape over a duration. |
| StrokeTransitionBuilder |
Builder class for javafx.animation.StrokeTransition
|
| Timeline |
A
Timeline can be used to define a free from animation of any
WritableValue, e.g. |
| TimelineBuilder |
Builder class for javafx.animation.Timeline
|
| Transition |
An abstract class that contains the basic functionalities required by all
Transition based animations, such as PathTransition and
RotateTransition. |
| TransitionBuilder<B extends TransitionBuilder<B>> |
Builder class for javafx.animation.Transition
|
| TranslateTransition |
This
Transition creates a move/translate animation that spans its
TranslateTransition.duration. |
| TranslateTransitionBuilder |
Builder class for javafx.animation.TranslateTransition
|
| Enum | Description |
|---|---|
| Animation.Status |
The possible states for
status. |
| PathTransition.OrientationType |
Specifies the upright orientation of
node along the path. |
Provides the set of classes for ease of use transition based animations.
It offers a simple framework for incorporating animations onto an internal
Timeline. It also provides high level constructs to compose the effects
of multiple animations.
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.