BaseStrokedCap

abstract class BaseStrokedCap(val capLen: Double? = null, val cross: Boolean) : ArrowCap

Inheritors

Constructors

Link copied to clipboard
constructor(capLen: Double? = null, cross: Boolean)

Properties

Link copied to clipboard
val capLen: Double? = null
Link copied to clipboard
Link copied to clipboard
open override val filled: Boolean

Functions

Link copied to clipboard
open override fun VectorBuilder.append(p0: Point, p: Point, width: Double)