Uses of Class
javafx.animation.Animation
Packages that use Animation
-
Uses of Animation in javafx.animation
Subclasses of Animation in javafx.animationModifier and TypeClassDescriptionfinal class
ThisTransition
creates a fade effect animation that spans itsduration
.final class
ThisTransition
plays a list ofAnimations
in parallel.final class
final class
ThisTransition
creates a scale animation that spans itsduration
.final class
ThisTransition
plays a list ofAnimations
in sequential order.final class
ATimeline
can be used to define a free form animation of anyWritableValue
, e.g. allJavaFX Properties
.class
An abstract class that contains the basic functionalities required by allTransition
based animations, such asPathTransition
andRotateTransition
.final class
ThisTransition
creates a move/translate animation that spans itsduration
.Fields in javafx.animation declared as AnimationMethods in javafx.animation that return types with arguments of type AnimationModifier and TypeMethodDescriptionfinal ObservableList<Animation>
ParallelTransition.getChildren()
A list ofAnimations
that will be played sequentially.final ObservableList<Animation>
SequentialTransition.getChildren()
A list ofAnimations
that will be played sequentially.Methods in javafx.animation with parameters of type AnimationModifier and TypeMethodDescriptionstatic ClipEnvelope
abstract void
abstract void
abstract void
abstract void
AnimationAccessor.setCurrentRate
(Animation animation, double currentRate) abstract void
AnimationAccessor.setCurrentTicks
(Animation animation, long ticks) Constructors in javafx.animation with parameters of type AnimationModifierConstructorDescriptionprotected
ClipEnvelope
(Animation animation) protected
FiniteClipEnvelope
(Animation animation) protected
InfiniteClipEnvelope
(Animation animation) ParallelTransition
(Animation... children) The constructor ofParallelTransition
.ParallelTransition
(Node node, Animation... children) The constructor ofParallelTransition
.SequentialTransition
(Animation... children) The constructor ofSequentialTransition
.SequentialTransition
(Node node, Animation... children) The constructor ofSequentialTransition
.protected
SingleLoopClipEnvelope
(Animation animation)