Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
Modifier and Type | Class and Description |
---|---|
class |
FadeTransition
This
Transition creates a fade effect animation that spans its
duration . |
class |
FillTransition
This
Transition creates an animation, that changes the filling of a
shape over a duration . |
class |
ParallelTransition
This
Transition plays a list of Animations in parallel. |
class |
PathTransition
This
Transition creates a path animation that spans its
PathTransition.duration . |
class |
PauseTransition
|
class |
RotateTransition
This
Transition creates a rotation animation that spans its
duration . |
class |
ScaleTransition
This
Transition creates a scale animation that spans its
ScaleTransition.duration . |
class |
SequentialTransition
This
Transition plays a list of Animations in sequential order. |
class |
StrokeTransition
This
Transition creates an animation, that changes the stroke color
of a shape over a duration . |
class |
TranslateTransition
This
Transition creates a move/translate animation that spans its
TranslateTransition.duration . |
Modifier and Type | Field and Description |
---|---|
(package private) Transition |
Transition.parent
The parent of this
Transition . |
Modifier and Type | Method and Description |
---|---|
void |
TransitionBuilder.applyTo(Transition x) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to