AbstractTreeMapController

This class provides a skeletal implementation of the TreeMapController interface to minimize the effort required to implement this interface.

Inheritors

Constructors

Link copied to clipboard
constructor(view: TreeMapView<N, Row, Column>)

Types

Link copied to clipboard
inner class DefaultMouseListener : MouseListener, MouseMotionListener, MouseWheelListener
Link copied to clipboard

Interaction mode.

Functions

Link copied to clipboard
fun getViewport(): Rectangle2D
Link copied to clipboard
fun getWorld(): Rectangle2D
Link copied to clipboard
open override fun isZoomingEnabled(): Boolean
Link copied to clipboard
open override fun setView(view: TreeMapView<N, Row, Column>?)

Replace the view currently under control.

Link copied to clipboard
open override fun setZoomingEnabled(zoomingEnabled: Boolean)

Controls whether the zooming is permitted.