public class GradientFill extends java.lang.Object implements ContentModel
| Modifier and Type | Method and Description |
|---|---|
AnimatablePointValue |
getEndPoint() |
android.graphics.Path.FillType |
getFillType() |
AnimatableGradientColorValue |
getGradientColor() |
GradientType |
getGradientType() |
java.lang.String |
getName() |
AnimatableIntegerValue |
getOpacity() |
AnimatablePointValue |
getStartPoint() |
Content |
toContent(LottieDrawable drawable,
BaseLayer layer) |
public java.lang.String getName()
public GradientType getGradientType()
public android.graphics.Path.FillType getFillType()
public AnimatableGradientColorValue getGradientColor()
public AnimatableIntegerValue getOpacity()
public AnimatablePointValue getStartPoint()
public AnimatablePointValue getEndPoint()
public Content toContent(LottieDrawable drawable, BaseLayer layer)
toContent in interface ContentModel