Overview
Defines the end cap style of the Shape
and AbstractShape
as one of the static values that define possible end cap styles.
Profile: common
Attribute Summary
name | type | description |
---|---|---|
Public | ||
BUTT | StrokeLineCap |
Ends unclosed subpaths and dash segments with no added decoration. More: [+]Ends unclosed subpaths and dash segments with no added decoration. Profile: common |
ROUND | StrokeLineCap |
Ends unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the width of the pen. More: [+]Ends unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the width of the pen. Profile: common |
SQUARE | StrokeLineCap |
Ends unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width. More: [+]Ends unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width. Profile: common |
Protected |
Inherited Attributes
Function Summary
- public toString() : java.lang.String
-
More: [+]
-
Returns
- String