pixelgraphics-2dgraphics
/
io.gitlab.pixelGraphics.twoDimGraphics
/
LineCap
common
Line
Cap
enum
LineCap
:
Enum
<
LineCap
>
Content copied to clipboard
Specifies how to render the endpoints of the path when stroking. The default line cap style is
BUTT
.
Entries
Properties
Entries
UNKNOWN
Link copied to clipboard
common
UNKNOWN
()
Content copied to clipboard
Unrecognized line cap.
SQUARE
Link copied to clipboard
common
SQUARE
()
Content copied to clipboard
Use squared ending.
ROUND
Link copied to clipboard
common
ROUND
()
Content copied to clipboard
Use a round ending.
BUTT
Link copied to clipboard
common
BUTT
()
Content copied to clipboard
Start (stop) the line exactly at the start (end) point.
Properties
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
common
val
ordinal
:
Int
Content copied to clipboard