Uses of Package
org.zkoss.chart.model
-
Packages that use org.zkoss.chart.model Package Description org.zkoss.chart org.zkoss.chart.impl org.zkoss.chart.model -
Classes in org.zkoss.chart.model used by org.zkoss.chart Class Description ChartsModel Charts Model is used to hold the data model for the charts component. -
Classes in org.zkoss.chart.model used by org.zkoss.chart.impl Class Description BoxPlotModel A data model to be used with box plot.CategoryModel A category chart data model.ChartsModel Charts Model is used to hold the data model for the charts component.DialModel A data model to be used with dial chart.FromToModel A (from, to) chart data model.FromToWeightModel A (from, to, weight) chart data model.LowHighModel A LowHigh data model for Dumbbell chart.LowModel A low model for Lollipop chart type.SingleValueCategoryModel A single value category chart data model.WordCloudModel A word cloud chart data model.XYModel A XY chart data model.XYZModel A XYZ chart data model. -
Classes in org.zkoss.chart.model used by org.zkoss.chart.model Class Description AbstractChartsModel A skeletal implementation forChartsModel
.BoxPlotModel A data model to be used with box plot.CategoryModel A category chart data model.ChartsDataEvent A inferface of charts data eventChartsDataEventImpl Defines an event that encapsulates changes to a charts' data model.ChartsDataListener Defines the methods used in listener when the content ofChartsModel
is changed.ChartsModel Charts Model is used to hold the data model for the charts component.DefaultBoxPlotModel.BoxplotTuple DefaultFromToModel A default implementation ofFromToModel
.DefaultFromToModel.FromToPair DefaultSingleValueCategoryModel A Pie chart data model implementation ofSingleValueCategoryModel
.DefaultXYModel A XY data model implementation ofXYModel
.DefaultXYModel.XYPair DialChartsDataEvent A dial chart data event to handle the property changed.DialModel A data model to be used with dial chart.DialModelRange Color range to be marked inDialModelScale
.DialModelScale A set of information of a scale in a Dial chart.FromToModel A (from, to) chart data model.FromToWeightModel A (from, to, weight) chart data model.LowHighModel A LowHigh data model for Dumbbell chart.LowModel A low model for Lollipop chart type.PieModel A Pie chart data model.SingleValueCategoryModel A single value category chart data model.WordCloudModel A word cloud chart data model.XYModel A XY chart data model.XYZModel A XYZ chart data model.