interface TextAesthetics : OptionsCapsule
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? |
seal |
open fun seal(): Options |
geom_text |
Adds text directly to the plot class geom_text : TextAesthetics, LayerBase
|
TextMapping |
class TextMapping : TextAesthetics, WithGroupOption |