public class ShapeContent extends java.lang.Object implements BaseKeyframeAnimation.AnimationListener
| Constructor and Description |
|---|
ShapeContent(LottieDrawable lottieDrawable,
BaseLayer layer,
ShapePath shape) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
android.graphics.Path |
getPath() |
void |
onValueChanged() |
void |
setContents(java.util.List<Content> contentsBefore,
java.util.List<Content> contentsAfter) |
public ShapeContent(LottieDrawable lottieDrawable, BaseLayer layer, ShapePath shape)
public void onValueChanged()
onValueChanged in interface BaseKeyframeAnimation.AnimationListenerpublic void setContents(java.util.List<Content> contentsBefore, java.util.List<Content> contentsAfter)
public android.graphics.Path getPath()
public java.lang.String getName()