Class OrbitViewMoveToZoomAnimator

    • Method Detail

      • setImpl

        protected void setImpl​(double interpolant)
        Description copied from class: BasicAnimator
        No-op intended to be overrided by deriving classes. Deriving classes are expected to implement the desired action of a set operation in this method.
        Overrides:
        setImpl in class DoubleAnimator
        Parameters:
        interpolant - A value between 0 and 1.
      • nextDouble

        public java.lang.Double nextDouble​(double interpolant)
        Description copied from class: MoveToDoubleAnimator
        Get the next value using the given interpolantto perform a linear interplation. between the current value and the target(end) value.
        Overrides:
        nextDouble in class MoveToDoubleAnimator
        Parameters:
        interpolant - The inerpolant to be used to perform the interpolation. A number between 0 and 1.
        Returns:
        the interpolated value.