Companion

object Companion

Public companion object.

Properties

Link copied to clipboard
@JvmField
val BEVEL: LineJoinValue

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.

Link copied to clipboard
@JvmField
val DEFAULT: LineJoinValue

Default value for LineJoinValue, setting default will result in restoring the property value defined in the style.

Link copied to clipboard
@JvmField
val MITER: LineJoinValue

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

Link copied to clipboard
@JvmField
val NONE: LineJoinValue

Line segments are not joined together, each one creates a separate line. Useful in combination with line-pattern. Line-cap property is not respected. Can't be used with data-driven styling.

Link copied to clipboard
@JvmField
val ROUND: LineJoinValue

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.