public class Repeater extends java.lang.Object implements ContentModel
| Constructor and Description |
|---|
Repeater(java.lang.String name,
AnimatableFloatValue copies,
AnimatableFloatValue offset,
AnimatableTransform transform,
boolean hidden) |
| Modifier and Type | Method and Description |
|---|---|
AnimatableFloatValue |
getCopies() |
java.lang.String |
getName() |
AnimatableFloatValue |
getOffset() |
AnimatableTransform |
getTransform() |
boolean |
isHidden() |
Content |
toContent(LottieDrawable drawable,
BaseLayer layer) |
public Repeater(java.lang.String name,
AnimatableFloatValue copies,
AnimatableFloatValue offset,
AnimatableTransform transform,
boolean hidden)
public java.lang.String getName()
public AnimatableFloatValue getCopies()
public AnimatableFloatValue getOffset()
public AnimatableTransform getTransform()
public boolean isHidden()
public Content toContent(LottieDrawable drawable, BaseLayer layer)
toContent in interface ContentModel