public class GradientStroke extends java.lang.Object implements ContentModel
| Modifier and Type | Method and Description |
|---|---|
ShapeStroke.LineCapType |
getCapType() |
AnimatableFloatValue |
getDashOffset() |
AnimatablePointValue |
getEndPoint() |
AnimatableGradientColorValue |
getGradientColor() |
GradientType |
getGradientType() |
ShapeStroke.LineJoinType |
getJoinType() |
java.util.List<AnimatableFloatValue> |
getLineDashPattern() |
java.lang.String |
getName() |
AnimatableIntegerValue |
getOpacity() |
AnimatablePointValue |
getStartPoint() |
AnimatableFloatValue |
getWidth() |
Content |
toContent(LottieDrawable drawable,
BaseLayer layer) |
public java.lang.String getName()
public GradientType getGradientType()
public AnimatableGradientColorValue getGradientColor()
public AnimatableIntegerValue getOpacity()
public AnimatablePointValue getStartPoint()
public AnimatablePointValue getEndPoint()
public AnimatableFloatValue getWidth()
public ShapeStroke.LineCapType getCapType()
public ShapeStroke.LineJoinType getJoinType()
public java.util.List<AnimatableFloatValue> getLineDashPattern()
public AnimatableFloatValue getDashOffset()
public Content toContent(LottieDrawable drawable, BaseLayer layer)
toContent in interface ContentModel