Host

interface Host

Describes a host capable of installing or removing a LegendControl. This is the Kotlin equivalent of the Host protocol.

Properties

Link copied to clipboard

The currently installed legend control, if present.

Functions

Link copied to clipboard
abstract fun add(legendControl: LegendControl)

Installs the provided legend control into the host environment.

Link copied to clipboard

Removes an installed legend control from the host environment.