CurveAesthetics

interface CurveAesthetics : OptionsCapsule

Aesthetic properties supported by geomCurve().

Inheritors

Properties

Link copied to clipboard
abstract val alpha: Any?

Transparency level of a layer. Understands numbers between 0 and 1.

Link copied to clipboard
abstract val color: Any?

Color of the geometry. For more info see: aesthetics.html#color-and-fill.

Link copied to clipboard
abstract val linetype: Any?

Type of the line. Accept codes or names (0 = "blank", 1 = "solid", 2 = "dashed", 3 = "dotted", 4 = "dotdash", 5 = "longdash", 6 = "twodash"), a hex string (up to 8 digits for dash-gap lengths), or a pattern offset to listOf(dash, gap, ...) / listOf(dash, gap, ...). For more info see: aesthetics.html#line-types.

Link copied to clipboard
abstract val size: Any?

Line width.

Link copied to clipboard
abstract val sizeEnd: Any?

Offset from the end coordinate. Usually equal to the size of the point object from which the curve ends to avoid overlapping with it.

Link copied to clipboard
abstract val sizeStart: Any?

Offset from the start coordinate. Usually equal to the size of the point object from which the curve starts to avoid overlapping with it.

Link copied to clipboard
abstract val strokeEnd: Any?

Offset from the end coordinate. Usually equal to the stroke of the point object from which the curve ends to avoid overlapping with it.

Link copied to clipboard
abstract val strokeStart: Any?

Offset from the start coordinate. Usually equal to the stroke of the point object from which the curve starts to avoid overlapping with it.

Link copied to clipboard
abstract val x: Any?

X-axis value.

Link copied to clipboard
abstract val xend: Any?

X-axis value.

Link copied to clipboard
abstract val y: Any?

Y-axis value.

Link copied to clipboard
abstract val yend: Any?

Y-axis value.