Class AnimatedVal.FractionTransition

  • Enclosing class:
    AnimatedVal<T>

    private final class AnimatedVal.FractionTransition
    extends javafx.animation.Transition
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javafx.animation.Animation

        javafx.animation.Animation.Status
    • Field Summary

      • Fields inherited from class javafx.animation.Animation

        INDEFINITE
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FractionTransition()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void interpolate​(double frac)  
      (package private) void setDuration​(java.time.Duration d)  
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FractionTransition

        private FractionTransition()
    • Method Detail

      • interpolate

        protected void interpolate​(double frac)
        Specified by:
        interpolate in class javafx.animation.Transition
      • setDuration

        void setDuration​(java.time.Duration d)