Class LottieInterpolatedIntegerValue

    • Constructor Detail

      • LottieInterpolatedIntegerValue

        public LottieInterpolatedIntegerValue​(Integer startValue,
                                              Integer endValue)
      • LottieInterpolatedIntegerValue

        public LottieInterpolatedIntegerValue​(Integer startValue,
                                              Integer endValue,
                                              Interpolator interpolator)
    • Method Detail

      • getValue

        public T getValue​(LottieFrameInfo<T> frameInfo)
        Description copied from class: LottieValueCallback
        Override this if you haven't set a static value in the constructor or with setValue.

        Return null to resort to the default value. Refer to the javadoc for this class for a special case that requires manual invalidation each time you want to return something different from this method.

        Overrides:
        getValue in class LottieValueCallback<T>