public class PolystarShape extends java.lang.Object implements ContentModel
| Modifier and Type | Class and Description |
|---|---|
static class |
PolystarShape.Type |
| Modifier and Type | Method and Description |
|---|---|
AnimatableFloatValue |
getInnerRadius() |
AnimatableFloatValue |
getInnerRoundedness() |
java.lang.String |
getName() |
AnimatableFloatValue |
getOuterRadius() |
AnimatableFloatValue |
getOuterRoundedness() |
AnimatableFloatValue |
getPoints() |
AnimatableValue<android.graphics.PointF,android.graphics.PointF> |
getPosition() |
AnimatableFloatValue |
getRotation() |
PolystarShape.Type |
getType() |
Content |
toContent(LottieDrawable drawable,
BaseLayer layer) |
public java.lang.String getName()
public PolystarShape.Type getType()
public AnimatableFloatValue getPoints()
public AnimatableValue<android.graphics.PointF,android.graphics.PointF> getPosition()
public AnimatableFloatValue getRotation()
public AnimatableFloatValue getInnerRadius()
public AnimatableFloatValue getOuterRadius()
public AnimatableFloatValue getInnerRoundedness()
public AnimatableFloatValue getOuterRoundedness()
public Content toContent(LottieDrawable drawable, BaseLayer layer)
toContent in interface ContentModel