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