Interface ScatterPlotController<Component,Row,Column>
-
- All Known Implementing Classes:
AbstractScatterPlotController
,SwingScatterPlotController
public interface ScatterPlotController<Component,Row,Column>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setView(ScatterPlotView<Component,?,java.awt.Font,Row,Column> view)
Replace the view currently under control.
-
-
-
Method Detail
-
setView
void setView(ScatterPlotView<Component,?,java.awt.Font,Row,Column> view)
Replace the view currently under control.- Parameters:
view
- the ScatterPlotView to use
-
-