Overview
Defines the line join style of a Shape.
Profile: common
Field Summary
| access | name | type | description |
|---|---|---|---|
| public static final | BEVEL | StrokeLineJoin |
Joins path segments by connecting the outer corners of their wide outlines with a straight segment. |
| public static final | MITER | StrokeLineJoin |
Joins path segments by extending their outside edges until they meet. |
| public static final | ROUND | StrokeLineJoin |
Joins path segments by rounding off the corner at a radius of half the line width. |
Inherited Variables
Method Summary
- public static StrokeLineJoin valueOf(java.lang.String name)
- public static final StrokeLineJoin[] values()
