Package animatefx.animation
Class Swing
java.lang.Object
animatefx.animation.AnimationFX
animatefx.animation.Swing
-
Field Summary
Fields inherited from class animatefx.animation.AnimationFX
INDEFINITE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidFunction to initialize the timelineprotected AnimationFXFunction the reset the node to original stateMethods inherited from class animatefx.animation.AnimationFX
getNextAnimation, getNode, getTimeline, hasNextAnimation, isResetOnFinished, play, playOnFinished, setCycleCount, setDelay, setHasNextAnimation, setNextAnimation, setNode, setOnFinished, setReset, setResetOnFinished, setSpeed, setTimeline, stop
-
Constructor Details
-
Swing
Create new Swing- Parameters:
node- The node to affect
-
Swing
public Swing()
-
-
Method Details
-
resetNode
Description copied from class:AnimationFXFunction the reset the node to original state- Specified by:
resetNodein classAnimationFX- Returns:
-
initTimeline
protected void initTimeline()Description copied from class:AnimationFXFunction to initialize the timeline- Specified by:
initTimelinein classAnimationFX
-