{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

StrokeJoin.Companion

public static class StrokeJoin.Companion


Summary

Public methods

static final @NonNull StrokeJoin

Joins between line segments connect the corners of the butt ends of the line segments to give a beveled appearance.

static final @NonNull StrokeJoin

Joins between line segments form sharp corners.

static final @NonNull StrokeJoin

Joins between line segments are semi-circular.

Public methods

getBevel

public static final @NonNull StrokeJoin getBevel()

Joins between line segments connect the corners of the butt ends of the line segments to give a beveled appearance.

getMiter

public static final @NonNull StrokeJoin getMiter()

Joins between line segments form sharp corners.

getRound

public static final @NonNull StrokeJoin getRound()

Joins between line segments are semi-circular.