public class CircleShape extends java.lang.Object implements ContentModel
| Constructor and Description |
|---|
CircleShape(java.lang.String name,
AnimatableValue<android.graphics.PointF,android.graphics.PointF> position,
AnimatablePointValue size,
boolean isReversed,
boolean hidden) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
AnimatableValue<android.graphics.PointF,android.graphics.PointF> |
getPosition() |
AnimatablePointValue |
getSize() |
boolean |
isHidden() |
boolean |
isReversed() |
Content |
toContent(LottieDrawable drawable,
BaseLayer layer) |
public CircleShape(java.lang.String name,
AnimatableValue<android.graphics.PointF,android.graphics.PointF> position,
AnimatablePointValue size,
boolean isReversed,
boolean hidden)
public Content toContent(LottieDrawable drawable, BaseLayer layer)
toContent in interface ContentModelpublic java.lang.String getName()
public AnimatableValue<android.graphics.PointF,android.graphics.PointF> getPosition()
public AnimatablePointValue getSize()
public boolean isReversed()
public boolean isHidden()