- java.lang.Object
-
- javafx.animation.Animation
-
- javafx.animation.Transition
-
- org.tbee.javafx.scene.layout.LayoutAnimator.LayoutTrans
-
- Enclosing class:
- LayoutAnimator
private class LayoutAnimator.LayoutTrans extends javafx.animation.Transition
-
-
Constructor Summary
Constructors Constructor Description LayoutTrans(javafx.scene.Node node, javafx.util.Duration duration, javafx.geometry.Rectangle2D toBounds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
interpolate(double frac)
-
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
-
-