SpokeAesthetics

interface SpokeAesthetics : OptionsCapsule

Aesthetic properties supported by geomSpoke().

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 angle: Any?

Slope's angle in radians.

Link copied to clipboard
abstract val color: Any?

Color of the line.

Link copied to clipboard
abstract val linetype: Any?

Type of the line.

Link copied to clipboard
abstract val radius: Any?

Segment length.

Link copied to clipboard
abstract val size: Any?

Line width.

Link copied to clipboard
abstract val x: Any?

X-axis value.

Link copied to clipboard
abstract val y: Any?

Y-axis value.