Package com.macrofocus.treeplot
Interface TreePlotController<C,N,Row,Column,Color,Font>
-
- All Known Implementing Classes:
AbstractTreePlotController,SwingTreePlotController
public interface TreePlotController<C,N,Row,Column,Color,Font>Control the user interactions with the view.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetView(TreePlotView<C,N,Row,Column,Color,Font> view)Replace the view currently under control.
-