public class EllipseContent extends java.lang.Object implements BaseKeyframeAnimation.AnimationListener
| Constructor and Description |
|---|
EllipseContent(LottieDrawable lottieDrawable,
BaseLayer layer,
CircleShape circleShape) |
| 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 EllipseContent(LottieDrawable lottieDrawable, BaseLayer layer, CircleShape circleShape)
public void onValueChanged()
onValueChanged in interface BaseKeyframeAnimation.AnimationListenerpublic void setContents(java.util.List<Content> contentsBefore, java.util.List<Content> contentsAfter)
public java.lang.String getName()
public android.graphics.Path getPath()