Package com.airbnb.lottie.model.content
Class Repeater
- java.lang.Object
-
- com.airbnb.lottie.model.content.Repeater
-
- All Implemented Interfaces:
ContentModel
public class Repeater extends Object implements ContentModel
-
-
Constructor Summary
Constructors Constructor Description Repeater(String name, AnimatableFloatValue copies, AnimatableFloatValue offset, AnimatableTransform transform, boolean hidden)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnimatableFloatValuegetCopies()StringgetName()AnimatableFloatValuegetOffset()AnimatableTransformgetTransform()booleanisHidden()ContenttoContent(LottieDrawable drawable, BaseLayer layer)
-
-
-
Constructor Detail
-
Repeater
public Repeater(String name, AnimatableFloatValue copies, AnimatableFloatValue offset, AnimatableTransform transform, boolean hidden)
-
-
Method Detail
-
getName
public String getName()
-
getCopies
public AnimatableFloatValue getCopies()
-
getOffset
public AnimatableFloatValue getOffset()
-
getTransform
public AnimatableTransform getTransform()
-
isHidden
public boolean isHidden()
-
toContent
@Nullable public Content toContent(LottieDrawable drawable, BaseLayer layer)
- Specified by:
toContentin interfaceContentModel
-
-