Package com.macrofocus.treeplot
Interface TreePlot<C,N,Row,Column,Color,Font>
-
- All Superinterfaces:
com.macrofocus.crossplatform.CPComponent<C>
- All Known Implementing Classes:
AbstractTreePlot,SwingTreePlot
public interface TreePlot<C,N,Row,Column,Color,Font> extends com.macrofocus.crossplatform.CPComponent<C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TreePlotController<C,N,Row,Column,Color,Font>getController()TreePlotModel<N,Row,Column,Color,Font>getModel()TreePlotView<C,N,Row,Column,Color,Font>getView()voidsetController(TreePlotController<C,N,Row,Column,Color,Font> controller)voidsetModel(TreePlotModel<N,Row,Column,Color,Font> model)voidsetView(TreePlotView<C,N,Row,Column,Color,Font> view)
-