Class DoubleAnimator

    • Method Detail

      • setBegin

        public void setBegin​(java.lang.Double begin)
      • setEnd

        public void setEnd​(java.lang.Double end)
      • getBegin

        public final java.lang.Double getBegin()
      • getEnd

        public final java.lang.Double getEnd()
      • 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 BasicAnimator
        Parameters:
        interpolant - A value between 0 and 1.
      • nextDouble

        public java.lang.Double nextDouble​(double interpolant)