Package com.treemap
Interface TreeMapController<C,N,Row,Column,Color,Font>
- All Known Implementing Classes:
AbstractTreeMapController
,JavaFXTreeMapController
public interface TreeMapController<C,N,Row,Column,Color,Font>
Control the user interactions with the view.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
Replace the view currently under control.void
setZoomingEnabled
(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()
-