Class ScheduledInterpolator

    • Constructor Detail

      • ScheduledInterpolator

        public ScheduledInterpolator​(long lengthMillis)
      • ScheduledInterpolator

        public ScheduledInterpolator​(java.util.Date startTime,
                                     long lengthMillis)
      • ScheduledInterpolator

        public ScheduledInterpolator​(java.util.Date startTime,
                                     java.util.Date stopTime)
    • Method Detail

      • nextInterpolant

        public double nextInterpolant()
        Description copied from interface: Interpolator
        Returns the next interpolant
        Specified by:
        nextInterpolant in interface Interpolator
        Returns:
        a value between 0 and 1 that represents the next position of the interpolant.