public class ShapeTrimPath extends java.lang.Object implements ContentModel
| Modifier and Type | Class and Description |
|---|---|
static class |
ShapeTrimPath.Type |
| Modifier and Type | Method and Description |
|---|---|
AnimatableFloatValue |
getEnd() |
java.lang.String |
getName() |
AnimatableFloatValue |
getOffset() |
AnimatableFloatValue |
getStart() |
ShapeTrimPath.Type |
getType() |
Content |
toContent(LottieDrawable drawable,
BaseLayer layer) |
java.lang.String |
toString() |
public java.lang.String getName()
public ShapeTrimPath.Type getType()
public AnimatableFloatValue getEnd()
public AnimatableFloatValue getStart()
public AnimatableFloatValue getOffset()
public Content toContent(LottieDrawable drawable, BaseLayer layer)
toContent in interface ContentModelpublic java.lang.String toString()
toString in class java.lang.Object