Package com.macrofocus.high_d.barchart
Interface BarChartView<Component,Color,Row,Column>
-
- All Known Implementing Classes:
AbstractBarChartView
public interface BarChartView<Component,Color,Row,Column>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BarChartModel
getModel()
Returns the ScatterPlotModel that provides the data displayed by this ScatterPlotView.void
setLicenseModel(LicenseModel licenseModel)
void
setModel(BarChartModel model)
Sets the data model and registers with it for listener notifications from the new data model.
-
-
-
Method Detail
-
setLicenseModel
void setLicenseModel(LicenseModel licenseModel)
-
setModel
void setModel(BarChartModel model)
Sets the data model and registers with it for listener notifications from the new data model.- Parameters:
model
- the new data model- See Also:
getModel()
-
getModel
BarChartModel getModel()
Returns the ScatterPlotModel that provides the data displayed by this ScatterPlotView.- Returns:
- the ScatterPlotModel that provides the data displayed by this ScatterPlotView
- See Also:
setModel(BarChartModel)
-
-