Package com.treemap
Interface TreeMapController<C,N,Row,Column,Color,Font>
- All Known Implementing Classes:
AbstractTreeMapController,DefaultTreeMapController,SwingTreeMapController
public interface TreeMapController<C,N,Row,Column,Color,Font>
Control the user interactions with the view.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidReplace the view currently under control.voidsetZoomingEnabled(boolean zoomingEnabled) Controls whether the zooming is permitted.
-
Method Details
-
setView
Replace the view currently under control.- Parameters:
view- the TreeMapView to use
-
setZoomingEnabled
void setZoomingEnabled(boolean zoomingEnabled) Controls whether the zooming is permitted.- Parameters:
zoomingEnabled- true to enable zooming, false otherwise.
-
isZoomingEnabled
boolean isZoomingEnabled()
-