TileAesthetics

interface TileAesthetics : OptionsCapsule

Aesthetic properties supported by geomTile().

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.

Link copied to clipboard
abstract val fill: Any?

Fill color.

Link copied to clipboard
abstract val height: Any?

Height of a tile. Typically ranges between 0 and 1. Values that are greater than 1 lead to overlapping of the tiles.

Link copied to clipboard
abstract val linetype: Any?

Type of the line.

Link copied to clipboard
abstract val size: Any?

Line width, default = 0 (i.e., tiles outline initially is not visible).

Link copied to clipboard
abstract val width: Any?

Width of a tile. Typically ranges between 0 and 1. Values that are greater than 1 lead to overlapping of the tiles.

Link copied to clipboard
abstract val x: Any?

X-axis coordinates of the center of rectangles.

Link copied to clipboard
abstract val y: Any?

Y-axis coordinates of the center of rectangles.