public class ShapeStroke extends java.lang.Object implements ContentModel
| Modifier and Type | Class and Description |
|---|---|
static class |
ShapeStroke.LineCapType |
static class |
ShapeStroke.LineJoinType |
| Modifier and Type | Method and Description |
|---|---|
ShapeStroke.LineCapType |
getCapType() |
AnimatableColorValue |
getColor() |
AnimatableFloatValue |
getDashOffset() |
ShapeStroke.LineJoinType |
getJoinType() |
java.util.List<AnimatableFloatValue> |
getLineDashPattern() |
java.lang.String |
getName() |
AnimatableIntegerValue |
getOpacity() |
AnimatableFloatValue |
getWidth() |
Content |
toContent(LottieDrawable drawable,
BaseLayer layer) |
public Content toContent(LottieDrawable drawable, BaseLayer layer)
toContent in interface ContentModelpublic java.lang.String getName()
public AnimatableColorValue getColor()
public AnimatableIntegerValue getOpacity()
public AnimatableFloatValue getWidth()
public java.util.List<AnimatableFloatValue> getLineDashPattern()
public AnimatableFloatValue getDashOffset()
public ShapeStroke.LineCapType getCapType()
public ShapeStroke.LineJoinType getJoinType()