Abstract Tree Map Tool Tip
abstract class AbstractTreeMapToolTip<N, Row, Column>(view: TreeMapView<N, Row, Column>) : TreeMapToolTip<N, Row, Column>
This class provides a skeletal implementation of the TreeMapToolTip interface to minimize the effort required to implement this interface.