LineJoin

The display of lines when joining.

enum LineJoin : Enum<LineJoin> , LayerProperty

Parameters

value

String value of this property

Entries

BEVEL
Link copied to clipboard

A join with a squared-off end which is drawn beyond the endpoint of the line at a distance of one-half of the line's width.

BEVEL("bevel")
ROUND
Link copied to clipboard

A join with a rounded end which is drawn beyond the endpoint of the line at a radius of one-half of the line's width and centered on the endpoint of the line.

ROUND("round")
MITER
Link copied to clipboard

A join with a sharp, angled corner which is drawn with the outer sides beyond the endpoint of the path until they meet.

MITER("miter")

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: LineJoin): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<LineJoin>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
override val name: String
ordinal
Link copied to clipboard
override val ordinal: Int
value
Link copied to clipboard

String value of this property

open override val value: String