HasSelectionDecorator

interface HasSelectionDecorator<DOMAIN>

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

Properties

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

Inheritors

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