Package com.treemap.treeplot
Interface TreePlotController<C,N,Row,Column,Color,Font>
- All Known Implementing Classes:
AbstractTreePlotController
,JavaFXTreePlotController
public interface TreePlotController<C,N,Row,Column,Color,Font>
Control the user interactions with the view.
-
Method Summary
-
Method Details
-
setView
Replace the view currently under control.- Parameters:
view
- the TreeMapView to use
-