Class ShapeKeyframeAnimation
- java.lang.Object
-
- com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation<ShapeData,Path>
-
- com.airbnb.lottie.animation.keyframe.ShapeKeyframeAnimation
-
public class ShapeKeyframeAnimation extends BaseKeyframeAnimation<ShapeData,Path>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation
BaseKeyframeAnimation.AnimationListener
-
-
Field Summary
-
Fields inherited from class com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation
progress, valueCallback
-
-
Constructor Summary
Constructors Constructor Description ShapeKeyframeAnimation(List<Keyframe<ShapeData>> keyframes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathgetValue(Keyframe<ShapeData> keyframe, float keyframeProgress)voidsetShapeModifiers(List<ShapeModifierContent> shapeModifiers)-
Methods inherited from class com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation
addUpdateListener, getCurrentKeyframe, getInterpolatedCurrentKeyframeProgress, getProgress, getValue, getValue, notifyListeners, setIsDiscrete, setProgress, setValueCallback
-
-
-
-
Method Detail
-
setShapeModifiers
public void setShapeModifiers(@Nullable List<ShapeModifierContent> shapeModifiers)
-
-