Companion

object Companion

Public companion object.

Properties

Link copied to clipboard
@JvmField
val BUTT: LineCapValue

A cap with a squared-off end which is drawn to the exact endpoint of the line.

Link copied to clipboard
@JvmField
val DEFAULT: LineCapValue

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

Link copied to clipboard
@JvmField
val ROUND: LineCapValue

A cap 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.

Link copied to clipboard
@JvmField
val SQUARE: LineCapValue

A cap 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.