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