Uses of Class
eu.webtoolkit.jwt.chart.WAbstractChartModel
Packages that use WAbstractChartModel
-
Uses of WAbstractChartModel in eu.webtoolkit.jwt.chart
Subclasses of WAbstractChartModel in eu.webtoolkit.jwt.chartModifier and TypeClassDescriptionclass
AWAbstractChartModel
implementation that wraps aWAbstractItemModel
.Methods in eu.webtoolkit.jwt.chart that return WAbstractChartModelModifier and TypeMethodDescriptionWAbstractChart.getModel()
Returns the model.WDataSeries.getModel()
Get the model for this data series.Methods in eu.webtoolkit.jwt.chart with parameters of type WAbstractChartModelModifier and TypeMethodDescriptionvoid
WAbstractChart.setModel
(WAbstractChartModel model) Sets the model.void
WDataSeries.setModel
(WAbstractChartModel model) Set a model for this data series.