Package 

Class LottieRelativePointValueCallback

    • Method Summary

      Modifier and Type Method Description
      final PointF getValue(LottieFrameInfo<PointF> frameInfo) Override this if you haven't set a static value in the constructor or with setValue.
      PointF getOffset(LottieFrameInfo<PointF> frameInfo) Override this to provide your own offset on every frame.
      • Methods inherited from class com.airbnb.lottie.value.LottieValueCallback

        getValue, getValueInternal, setAnimation, setValue
      • Methods inherited from class java.lang.Object

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

      • LottieRelativePointValueCallback

        LottieRelativePointValueCallback()
      • LottieRelativePointValueCallback

        LottieRelativePointValueCallback(PointF staticValue)
    • Method Detail

      • getValue

         final PointF getValue(LottieFrameInfo<PointF> frameInfo)

        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 invalidationeach time you want to return something different from this method.