StrokeCap


Styles to use for line endings. See Paint.strokeCap.

Summary

Public companion properties

StrokeCap

Begin and end contours with a flat edge and no extension.

Cmn
StrokeCap

Begin and end contours with a semi-circle extension.

Cmn
StrokeCap

Begin and end contours with a half square extension.

Cmn

Public functions

open String
Cmn

Public companion properties

Butt

val ButtStrokeCap

Begin and end contours with a flat edge and no extension.

Round

val RoundStrokeCap

Begin and end contours with a semi-circle extension.

Square

val SquareStrokeCap

Begin and end contours with a half square extension. This is similar to extending each contour by half the stroke width (as given by Paint.strokeWidth).

Public functions

toString

open fun toString(): String