Package com.macrofocus.high_d.barchart
Interface BarChartController<Component,Color,Row,Column>
-
- All Known Implementing Classes:
AbstractBarChartController
public interface BarChartController<Component,Color,Row,Column>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setView(BarChartView<Component,Color,Row,Column> view)
Replace the view currently under control.
-
-
-
Method Detail
-
setView
void setView(BarChartView<Component,Color,Row,Column> view)
Replace the view currently under control.- Parameters:
view
- the BarChartView to use
-
-