TreeMapTooltipRenderer

This interface defines the method required to render tooltip values in a TreeMapView.

Parameters

Inheritors

Functions

Link copied to clipboard
abstract fun getTooltipRendererComponent(view: TreeMapView<N, Row, Column>, column: Column, node: N, dimension: Dimension): EnhancedLabel

Returns the component used for drawing the tooltip values.