plot-api / jetbrains.letsPlot / Geom / text

text

class text : TextAesthetics, TextParameters, WithSizeUnitOption, GeomOptions

Constructors

<init>

text(x: Double? = null, y: Double? = null, label: String? = null, alpha: Number? = null, color: Any? = null, size: Number? = null, family: String? = null, fontface: String? = null, hjust: Any? = null, vjust: Any? = null, angle: Double? = null, labelFormat: String? = null, naText: String? = null, sizeUnit: String? = null, mapping: TextMapping.() -> Unit = {})

Properties

alpha

val alpha: Number?

angle

val angle: Double?

color

val color: Any?

family

val family: String?

fontface

val fontface: String?

hjust

val hjust: Any?

label

val label: String?

labelFormat

val labelFormat: String?

naText

val naText: String?

parameters

val parameters: Options

size

val size: Number?

sizeUnit

val sizeUnit: String?

vjust

val vjust: Any?

x

val x: Double?

y

val y: Double?

Functions

seal

fun seal(): Options