Overview
Defines the line join style of the Shape and AbstractShape
as one of the static values that define possible line join styles.
Profile: common
Attribute Summary
| name | type | description |
|---|---|---|
| Public | ||
| BEVEL | StrokeLineJoin |
Joins path segments by connecting the outer corners of their wide outlines with a straight segment. More: [+]Joins path segments by connecting the outer corners of their wide outlines with a straight segment. Profile: common |
| MITER | StrokeLineJoin |
Joins path segments by extending their outside edges until they meet. More: [+]Joins path segments by extending their outside edges until they meet. Profile: common |
| ROUND | StrokeLineJoin |
Joins path segments by rounding off the corner at a radius of half the line width. More: [+]Joins path segments by rounding off the corner at a radius of half the line width. Profile: common |
| Protected | ||
Inherited Attributes
Function Summary
- public toString() : java.lang.String
-
More: [+]
-
Returns
- String