HasHighlightDecorator

interface HasHighlightDecorator<DOMAIN>

A mark that implements HasMarkDecorator allows to define a DatumDecorator to highlight each of its Datums.

Properties

defaultHighlightDecorator
Link copied to clipboard
common
abstract val defaultHighlightDecorator: DatumDecorator<DOMAIN>
The default highlight decorator for this Mark, if you use a custom DatumDecorator you may want to call defaultHighlightDecorator(datum, x, y, drawingZone) to draw the expected sign.
highlightDecorator
Link copied to clipboard
common
abstract var highlightDecorator: DatumDecorator<DOMAIN>
The highlight decorator lambda will be called on each sign, use this to draw custom decorations on a highlighted sign.

Inheritors

AreaMark
Link copied to clipboard
BarMark
Link copied to clipboard
LineMark
Link copied to clipboard
PlotMark
Link copied to clipboard