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

TileAesthetics

interface TileAesthetics : OptionsCapsule

Properties

alpha

abstract val alpha: Any?

color

abstract val color: Any?

fill

abstract val fill: Any?

height

abstract val height: Any?

linetype

abstract val linetype: Any?

size

abstract val size: Any?

width

abstract val width: Any?

x

abstract val x: Any?

y

abstract val y: Any?

Functions

seal

open fun seal(): Options

Inheritors

geom_tile

Rectangles with x, y values mapped to center

class geom_tile : TileAesthetics, LayerBase

TileMapping

class TileMapping : TileAesthetics, WithGroupOption