-
- All Implemented Interfaces:
-
com.airbnb.lottie.animation.content.Content,com.airbnb.lottie.animation.content.PathContent,com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation.AnimationListener
public class ShapeContent implements PathContent, BaseKeyframeAnimation.AnimationListener
-
-
Constructor Summary
Constructors Constructor Description ShapeContent(LottieDrawable lottieDrawable, BaseLayer layer, ShapePath shape)
-
Method Summary
Modifier and Type Method Description PathgetPath()StringgetName()voidonValueChanged()voidsetContents(List<Content> contentsBefore, List<Content> contentsAfter)-
-
Constructor Detail
-
ShapeContent
ShapeContent(LottieDrawable lottieDrawable, BaseLayer layer, ShapePath shape)
-
-
Method Detail
-
onValueChanged
void onValueChanged()
-
setContents
void setContents(List<Content> contentsBefore, List<Content> contentsAfter)
-
-
-
-