BounceInDownTransition, BounceInLeftTransition, BounceInRightTransition, BounceInTransition, BounceInUpTransition, BounceOutDownTransition, BounceOutLeftTransition, BounceOutRightTransition, BounceOutTransition, BounceOutUpTransition, BounceTransition, FadeInDownBigTransition, FadeInDownTransition, FadeInLeftBigTransition, FadeInLeftTransition, FadeInRightBigTransition, FadeInRightTransition, FadeInTransition, FadeInUpBigTransition, FadeInUpTransition, FadeOutDownBigTransition, FadeOutDownTransition, FadeOutLeftBigTransition, FadeOutLeftTransition, FadeOutRightBigTransition, FadeOutRightTransition, FadeOutTransition, FadeOutUpBigTransition, FadeOutUpTransition, FlashTransition, FlipInXTransition, FlipInYTransition, FlipOutXTransition, FlipOutYTransition, FlipTransition, HingeTransition, NoTransition, PulseTransition, RollInTransition, RollOutTransition, RotateInDownLeftTransition, RotateInDownRightTransition, RotateInTransition, RotateInUpLeftTransition, RotateInUpRightTransition, RotateOutDownLeftTransition, RotateOutDownRightTransition, RotateOutTransition, RotateOutUpLeftTransition, RotateOutUpRightTransition, ShakeTransition, SwingTransition, TadaTransition, WobbleTransitionpublic class CachedTimelineTransition
extends javafx.animation.Transition
| Modifier and Type | Field | Description |
|---|---|---|
protected javafx.scene.Node |
node |
|
protected javafx.animation.Timeline |
timeline |
|
protected static javafx.animation.Interpolator |
WEB_EASE |
| Constructor | Description |
|---|---|
CachedTimelineTransition(javafx.scene.Node node,
javafx.animation.Timeline timeline) |
Create new CachedTimelineTransition
|
CachedTimelineTransition(javafx.scene.Node node,
javafx.animation.Timeline timeline,
boolean useCache) |
Create new CachedTimelineTransition
|
CachedTimelineTransition(javafx.scene.Node node,
javafx.animation.Timeline timeline,
boolean useCache,
boolean opacityInterpolated) |
Create new CachedTimelineTransition
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
hideNode() |
Called before starting the animation, in those cases where the animation
will set the opacity to 0.0 right at the start.
|
protected void |
interpolate(double d) |
|
protected boolean |
isOpacityInterpolated() |
|
protected void |
starting() |
Called when the animation is starting
|
protected void |
stopping() |
Called when the animation is stopping
|
autoReverseProperty, currentRateProperty, currentTimeProperty, cycleCountProperty, cycleDurationProperty, delayProperty, getCuePoints, getCurrentRate, getCurrentTime, getCycleCount, getCycleDuration, getDelay, getOnFinished, getRate, getStatus, getTargetFramerate, getTotalDuration, isAutoReverse, jumpTo, jumpTo, onFinishedProperty, pause, play, playFrom, playFrom, playFromStart, rateProperty, setAutoReverse, setCycleCount, setCycleDuration, setDelay, setOnFinished, setRate, setStatus, statusProperty, stop, totalDurationPropertyprotected static final javafx.animation.Interpolator WEB_EASE
protected final javafx.scene.Node node
protected javafx.animation.Timeline timeline
public CachedTimelineTransition(javafx.scene.Node node,
javafx.animation.Timeline timeline)
node - The node that is being animated by the timelinetimeline - The timeline for the animation, it should be from 0 to 1 secondspublic CachedTimelineTransition(javafx.scene.Node node,
javafx.animation.Timeline timeline,
boolean useCache)
node - The node that is being animated by the timelinetimeline - The timeline for the animation, it should be from 0 to 1 secondsuseCache - When true the node is cached as image during the animationpublic CachedTimelineTransition(javafx.scene.Node node,
javafx.animation.Timeline timeline,
boolean useCache,
boolean opacityInterpolated)
node - The node that is being animated by the timelinetimeline - The timeline for the animation, it should be from 0 to 1 secondsuseCache - When true the node is cached as image during the animationopacityInterpolated - When true opacity is interpolated during the transitionprotected void starting()
protected void stopping()
protected void interpolate(double d)
interpolate in class javafx.animation.Transitionpublic final void hideNode()
protected boolean isOpacityInterpolated()