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

TextAesthetics

interface TextAesthetics : OptionsCapsule

Properties

alpha

abstract val alpha: Any?

angle

abstract val angle: Any?

color

abstract val color: Any?

family

abstract val family: Any?

fontface

abstract val fontface: Any?

hjust

abstract val hjust: Any?

label

abstract val label: Any?

size

abstract val size: Any?

vjust

abstract val vjust: Any?

x

abstract val x: Any?

y

abstract val y: Any?

Functions

seal

open fun seal(): Options

Inheritors

geom_text

Add a text directly to the plot.

class geom_text : TextAesthetics, LayerBase

TextMapping

class TextMapping : TextAesthetics, WithGroupOption