public class ShapeFill extends java.lang.Object implements ContentModel
| Constructor and Description |
|---|
ShapeFill(java.lang.String name,
boolean fillEnabled,
android.graphics.Path.FillType fillType,
AnimatableColorValue color,
AnimatableIntegerValue opacity) |
| 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 ShapeFill(java.lang.String name,
boolean fillEnabled,
android.graphics.Path.FillType fillType,
AnimatableColorValue color,
AnimatableIntegerValue opacity)
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