TextRepelAesthetics

interface TextRepelAesthetics : OptionsCapsule

Aesthetic properties supported by geomTextRepel().

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 angle: Any?

Text rotation angle in degrees.

Link copied to clipboard
abstract val color: Any?

Color of the geometry.

Link copied to clipboard
abstract val family: Any?

Font family.

Link copied to clipboard
abstract val fontface: Any?

Font face.

Link copied to clipboard
abstract val hjust: Any?

horizontal text alignment relative to the x-coordinate.

Link copied to clipboard
abstract val label: Any?

Text label to display.

Link copied to clipboard
abstract val lineheight: Any?

Line height multiplier applied to the font size in the case of multi-line text.

Link copied to clipboard
abstract val linetype: Any?

Type of the line.

Link copied to clipboard
abstract val pointSize: Any?

A value representing the visual size of the point associated with the label.

Link copied to clipboard
abstract val pointStroke: Any?

Width of the point border.

Link copied to clipboard
abstract val segmentAlpha: Any?

Transparency level of the line segment. Understands numbers between 0 and 1.

Link copied to clipboard
abstract val segmentColor: Any?

Color of the line segment connecting the label to the point.

Link copied to clipboard
abstract val segmentSize: Any?

Width of the line segment connecting the label to the point.

Link copied to clipboard
abstract val shape: Any?

Shape of the point.

Link copied to clipboard
abstract val size: Any?

Font size.

Link copied to clipboard
abstract val vjust: Any?

vertical text alignment relative to the y-coordinate.

Link copied to clipboard
abstract val x: Any?

X-axis value.

Link copied to clipboard
abstract val y: Any?

Y-axis value.