plot-api / jetbrains.letsPlot.intern.layer.geom / RectAesthetics

RectAesthetics

interface RectAesthetics : OptionsCapsule

Properties

alpha

abstract val alpha: Any?

color

abstract val color: Any?

fill

abstract val fill: Any?

linetype

abstract val linetype: Any?

size

abstract val size: Any?

xmax

abstract val xmax: Any?

xmin

abstract val xmin: Any?

ymax

abstract val ymax: Any?

ymin

abstract val ymin: Any?

Functions

seal

open fun seal(): Options

Inheritors

geom_rect

Draws rectangles

class geom_rect : RectAesthetics, LayerBase

RectMapping

class RectMapping : RectAesthetics, WithGroupOption