Package com.airbnb.lottie.model.content
Class CircleShape
- java.lang.Object
-
- com.airbnb.lottie.model.content.CircleShape
-
- All Implemented Interfaces:
ContentModel
public class CircleShape extends Object implements ContentModel
-
-
Constructor Summary
Constructors Constructor Description CircleShape(String name, AnimatableValue<PointF,PointF> position, AnimatablePointValue size, boolean isReversed, boolean hidden)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()AnimatableValue<PointF,PointF>getPosition()AnimatablePointValuegetSize()booleanisHidden()booleanisReversed()ContenttoContent(LottieDrawable drawable, BaseLayer layer)
-
-
-
Constructor Detail
-
CircleShape
public CircleShape(String name, AnimatableValue<PointF,PointF> position, AnimatablePointValue size, boolean isReversed, boolean hidden)
-
-
Method Detail
-
toContent
public Content toContent(LottieDrawable drawable, BaseLayer layer)
- Specified by:
toContentin interfaceContentModel
-
getName
public String getName()
-
getPosition
public AnimatableValue<PointF,PointF> getPosition()
-
getSize
public AnimatablePointValue getSize()
-
isReversed
public boolean isReversed()
-
isHidden
public boolean isHidden()
-
-