java.lang.Object
javafx.animation.Animation
javafx.animation.Transition
atlantafx.base.controls.TabsDragHandler.DragTransition
- Enclosing class:
TabsDragHandler
protected static class TabsDragHandler.DragTransition
extends javafx.animation.Transition
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.animation.Animation
javafx.animation.Animation.Status
-
Property Summary
Properties inherited from class javafx.animation.Transition
interpolator
Properties inherited from class javafx.animation.Animation
autoReverse, currentRate, currentTime, cycleCount, cycleDuration, delay, onFinished, rate, status, totalDuration
-
Field Summary
Fields inherited from class javafx.animation.Animation
INDEFINITE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.animation.Transition
getCachedInterpolator, getInterpolator, getParentTargetNode, interpolatorProperty, setInterpolator
Methods inherited from class javafx.animation.Animation
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, totalDurationProperty
-
Constructor Details
-
DragTransition
-
-
Method Details
-
interpolate
protected void interpolate(double frac) - Specified by:
interpolate
in classjavafx.animation.Transition
-