public class ShapeFill extends java.lang.Object implements ContentModel
| Modifier and Type | Method and Description |
|---|---|
AnimatableColorValue |
getColor() |
android.graphics.Path.FillType |
getFillType() |
java.lang.String |
getName() |
AnimatableIntegerValue |
getOpacity() |
Content |
toContent(LottieDrawable drawable,
BaseLayer layer) |
java.lang.String |
toString() |
public java.lang.String getName()
public AnimatableColorValue getColor()
public AnimatableIntegerValue getOpacity()
public android.graphics.Path.FillType getFillType()
public Content toContent(LottieDrawable drawable, BaseLayer layer)
toContent in interface ContentModelpublic java.lang.String toString()
toString in class java.lang.Object