Uses of Interface
org.zkoss.chart.model.SingleValueCategoryModel
-
Packages that use SingleValueCategoryModel Package Description org.zkoss.chart.impl org.zkoss.chart.model -
-
Uses of SingleValueCategoryModel in org.zkoss.chart.impl
Methods in org.zkoss.chart.impl with parameters of type SingleValueCategoryModel Modifier and Type Method Description protected PlotData
PlotEngineImpl. drawSingleValueCategoryModel(SingleValueCategoryModel model)
Draws the chart with single value category model -
Uses of SingleValueCategoryModel in org.zkoss.chart.model
Subinterfaces of SingleValueCategoryModel in org.zkoss.chart.model Modifier and Type Interface Description interface
LowModel
A low model for Lollipop chart type.interface
PieModel
A Pie chart data model.interface
WordCloudModel
A word cloud chart data model.Classes in org.zkoss.chart.model that implement SingleValueCategoryModel Modifier and Type Class Description class
DefaultLowModel
A low model for Lollipop chart type.class
DefaultPieModel
A Pie chart data model implementation ofPieModel
.class
DefaultSingleValueCategoryModel
A Pie chart data model implementation ofSingleValueCategoryModel
.class
DefaultWordCloudModel
A word cloud chart data model implementation ofWordCloudModel
.
-