-
- All Implemented Interfaces:
-
com.airbnb.lottie.model.content.ContentModel
public class Repeater implements ContentModel
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final AnimatableFloatValuecopiesprivate final AnimatableFloatValueoffsetprivate final AnimatableTransformtransform
-
Constructor Summary
Constructors Constructor Description Repeater(String name, AnimatableFloatValue copies, AnimatableFloatValue offset, AnimatableTransform transform, boolean hidden)
-
Method Summary
Modifier and Type Method Description StringgetName()AnimatableFloatValuegetCopies()AnimatableFloatValuegetOffset()AnimatableTransformgetTransform()booleanisHidden()ContenttoContent(LottieDrawable drawable, LottieComposition composition, BaseLayer layer)-
-
Constructor Detail
-
Repeater
Repeater(String name, AnimatableFloatValue copies, AnimatableFloatValue offset, AnimatableTransform transform, boolean hidden)
-
-
Method Detail
-
getCopies
AnimatableFloatValue getCopies()
-
getOffset
AnimatableFloatValue getOffset()
-
getTransform
AnimatableTransform getTransform()
-
isHidden
boolean isHidden()
-
toContent
@Nullable() Content toContent(LottieDrawable drawable, LottieComposition composition, BaseLayer layer)
-
-
-
-