public class PolystarShape extends java.lang.Object implements ContentModel
| Modifier and Type | Class and Description |
|---|---|
static class |
PolystarShape.Type |
| Constructor and Description |
|---|
PolystarShape(java.lang.String name,
PolystarShape.Type type,
AnimatableFloatValue points,
AnimatableValue<android.graphics.PointF,android.graphics.PointF> position,
AnimatableFloatValue rotation,
AnimatableFloatValue innerRadius,
AnimatableFloatValue outerRadius,
AnimatableFloatValue innerRoundedness,
AnimatableFloatValue outerRoundedness,
boolean hidden) |
| 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() |
boolean |
isHidden() |
Content |
toContent(LottieDrawable drawable,
BaseLayer layer) |
public PolystarShape(java.lang.String name,
PolystarShape.Type type,
AnimatableFloatValue points,
AnimatableValue<android.graphics.PointF,android.graphics.PointF> position,
AnimatableFloatValue rotation,
AnimatableFloatValue innerRadius,
AnimatableFloatValue outerRadius,
AnimatableFloatValue innerRoundedness,
AnimatableFloatValue outerRoundedness,
boolean hidden)
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 boolean isHidden()
public Content toContent(LottieDrawable drawable, BaseLayer layer)
toContent in interface ContentModel