Package animatefx.animation
Class SlideInLeft
- java.lang.Object
-
- animatefx.animation.AnimationFX
-
- animatefx.animation.SlideInLeft
-
public class SlideInLeft extends AnimationFX
-
-
Field Summary
-
Fields inherited from class animatefx.animation.AnimationFX
INDEFINITE
-
-
Constructor Summary
Constructors Constructor Description SlideInLeft()SlideInLeft(javafx.scene.Node node)Create new SlideInLeft
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitTimeline()Function to initialize the timelineprotected AnimationFXresetNode()Function the reset the node to original state-
Methods inherited from class animatefx.animation.AnimationFX
getNextAnimation, getNode, getTimeline, hasNextAnimation, isResetOnFinished, play, playOnFinished, setCycleCount, setDelay, setHasNextAnimation, setNextAnimation, setNode, setOnFinished, setReset, setResetOnFinished, setSpeed, setTimeline, stop
-
-
-
-
Method Detail
-
resetNode
protected AnimationFX 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
-
-