QQAesthetics

interface QQAesthetics : OptionsCapsule

Aesthetic properties supported by geomQQ().

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

Color to paint shape's inner points. Is applied only to the points of shapes having inner points. For more info see: aesthetics.html#color-and-fill.

Link copied to clipboard
abstract val shape: Any?

Shape of the point. For more info see: aesthetics.html#point-shapes.

Link copied to clipboard
abstract val size: Any?

Size of the point.

Link copied to clipboard
abstract val stroke: Any?

Width of the shape border. Applied only to the shapes having border.