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