public class ShapeStroke
extends java.lang.Object
| 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() |
AnimatableIntegerValue |
getOpacity() |
AnimatableFloatValue |
getWidth() |
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()