-
- All Implemented Interfaces:
-
com.airbnb.lottie.model.content.ContentModel
public class CircleShape implements ContentModel
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final AnimatableValue<PointF, PointF>positionprivate final AnimatablePointValuesizeprivate final booleanisReversed
-
Constructor Summary
Constructors Constructor Description CircleShape(String name, AnimatableValue<PointF, PointF> position, AnimatablePointValue size, boolean isReversed, boolean hidden)
-
Method Summary
Modifier and Type Method Description StringgetName()AnimatableValue<PointF, PointF>getPosition()AnimatablePointValuegetSize()booleanisReversed()ContenttoContent(LottieDrawable drawable, LottieComposition composition, BaseLayer layer)booleanisHidden()-
-
Constructor Detail
-
CircleShape
CircleShape(String name, AnimatableValue<PointF, PointF> position, AnimatablePointValue size, boolean isReversed, boolean hidden)
-
-
Method Detail
-
getPosition
AnimatableValue<PointF, PointF> getPosition()
-
getSize
AnimatablePointValue getSize()
-
isReversed
boolean isReversed()
-
toContent
Content toContent(LottieDrawable drawable, LottieComposition composition, BaseLayer layer)
-
isHidden
boolean isHidden()
-
-
-
-