-
- All Implemented Interfaces:
-
com.airbnb.lottie.model.content.ContentModel
public class ShapeTrimPath implements ContentModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumShapeTrimPath.Type
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final ShapeTrimPath.Typetypeprivate final AnimatableFloatValuestartprivate final AnimatableFloatValueendprivate final AnimatableFloatValueoffset
-
Constructor Summary
Constructors Constructor Description ShapeTrimPath(String name, ShapeTrimPath.Type type, AnimatableFloatValue start, AnimatableFloatValue end, AnimatableFloatValue offset, boolean hidden)
-
Method Summary
Modifier and Type Method Description StringgetName()ShapeTrimPath.TypegetType()AnimatableFloatValuegetStart()AnimatableFloatValuegetEnd()AnimatableFloatValuegetOffset()booleanisHidden()ContenttoContent(LottieDrawable drawable, LottieComposition composition, BaseLayer layer)StringtoString()-
-
Constructor Detail
-
ShapeTrimPath
ShapeTrimPath(String name, ShapeTrimPath.Type type, AnimatableFloatValue start, AnimatableFloatValue end, AnimatableFloatValue offset, boolean hidden)
-
-
Method Detail
-
getType
ShapeTrimPath.Type getType()
-
getStart
AnimatableFloatValue getStart()
-
getEnd
AnimatableFloatValue getEnd()
-
getOffset
AnimatableFloatValue getOffset()
-
isHidden
boolean isHidden()
-
toContent
Content toContent(LottieDrawable drawable, LottieComposition composition, BaseLayer layer)
-
-
-
-