public abstract class LottiePointRelativeValueCallback extends java.lang.Object implements LottieValueCallback<android.graphics.PointF>
LottieValueCallback that provides a value offset from the original animation
rather than an absolute value.| Constructor and Description |
|---|
LottiePointRelativeValueCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract android.graphics.PointF |
getOffset(float startFrame,
float endFrame,
android.graphics.PointF startValue,
android.graphics.PointF endValue,
float linearKeyframeProgress,
float interpolatedKeyframeProgress,
float overallProgress) |
android.graphics.PointF |
getValue(float sf,
float ef,
android.graphics.PointF sv,
android.graphics.PointF ev,
float lkp,
float ikp,
float p) |
public final android.graphics.PointF getValue(float sf,
float ef,
android.graphics.PointF sv,
android.graphics.PointF ev,
float lkp,
float ikp,
float p)
getValue in interface LottieValueCallback<android.graphics.PointF>public abstract android.graphics.PointF getOffset(float startFrame,
float endFrame,
android.graphics.PointF startValue,
android.graphics.PointF endValue,
float linearKeyframeProgress,
float interpolatedKeyframeProgress,
float overallProgress)