-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ShapeStroke.LineCapType
-
-
Method Summary
Modifier and Type Method Description Paint.CaptoPaintCap()static Array<ShapeStroke.LineCapType>values()static ShapeStroke.LineCapTypevalueOf(String name)-
-
Method Detail
-
toPaintCap
Paint.Cap toPaintCap()
-
values
static Array<ShapeStroke.LineCapType> values()
-
valueOf
static ShapeStroke.LineCapType valueOf(String name)
-
-
-
-