-
- All Implemented Interfaces:
-
com.airbnb.lottie.model.content.ContentModel
public class ShapePath implements ContentModel
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final AnimatableShapeValueshapePath
-
Constructor Summary
Constructors Constructor Description ShapePath(String name, int index, AnimatableShapeValue shapePath, boolean hidden)
-
Method Summary
Modifier and Type Method Description StringgetName()AnimatableShapeValuegetShapePath()ContenttoContent(LottieDrawable drawable, LottieComposition composition, BaseLayer layer)booleanisHidden()StringtoString()-
-
Constructor Detail
-
ShapePath
ShapePath(String name, int index, AnimatableShapeValue shapePath, boolean hidden)
-
-
Method Detail
-
getShapePath
AnimatableShapeValue getShapePath()
-
toContent
Content toContent(LottieDrawable drawable, LottieComposition composition, BaseLayer layer)
-
isHidden
boolean isHidden()
-
-
-
-