public class ShapeGroup extends java.lang.Object implements ContentModel
| Constructor and Description |
|---|
ShapeGroup(java.lang.String name,
java.util.List<ContentModel> items) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContentModel> |
getItems() |
java.lang.String |
getName() |
static ContentModel |
shapeItemWithJson(org.json.JSONObject json,
LottieComposition composition) |
Content |
toContent(LottieDrawable drawable,
BaseLayer layer) |
java.lang.String |
toString() |
public ShapeGroup(java.lang.String name,
java.util.List<ContentModel> items)
public static ContentModel shapeItemWithJson(org.json.JSONObject json, LottieComposition composition)
public java.lang.String getName()
public java.util.List<ContentModel> getItems()
public Content toContent(LottieDrawable drawable, BaseLayer layer)
toContent in interface ContentModelpublic java.lang.String toString()
toString in class java.lang.Object