-
- All Implemented Interfaces:
-
com.airbnb.lottie.model.content.ContentModel
public class ShapeGroup implements ContentModel
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final List<ContentModel>items
-
Constructor Summary
Constructors Constructor Description ShapeGroup(String name, List<ContentModel> items, boolean hidden)
-
Method Summary
Modifier and Type Method Description StringgetName()List<ContentModel>getItems()booleanisHidden()ContenttoContent(LottieDrawable drawable, LottieComposition composition, BaseLayer layer)StringtoString()-
-
Constructor Detail
-
ShapeGroup
ShapeGroup(String name, List<ContentModel> items, boolean hidden)
-
-
Method Detail
-
getItems
List<ContentModel> getItems()
-
isHidden
boolean isHidden()
-
toContent
Content toContent(LottieDrawable drawable, LottieComposition composition, BaseLayer layer)
-
-
-
-