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