-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ShapeStroke.LineJoinType
-
-
Method Summary
Modifier and Type Method Description Paint.JointoPaintJoin()static Array<ShapeStroke.LineJoinType>values()static ShapeStroke.LineJoinTypevalueOf(String name)-
-
Method Detail
-
toPaintJoin
Paint.Join toPaintJoin()
-
values
static Array<ShapeStroke.LineJoinType> values()
-
valueOf
static ShapeStroke.LineJoinType valueOf(String name)
-
-
-
-