Join

sealed class Join

Shape behavior for the corners in a poly-line.

Inheritors

Types

Link copied to clipboard

Corners should be squared off.

Link copied to clipboard
data class Miter(val limit: Float = DEFAULT_MITER_LIMIT) : Paint.Stroke.Join

Corners should make nice pointy points.

Link copied to clipboard

Corners should be rounded off.