Uses of Interface
org.zkoss.chart.model.DialModel
-
Packages that use DialModel Package Description org.zkoss.chart.impl org.zkoss.chart.model -
-
Uses of DialModel in org.zkoss.chart.impl
Methods in org.zkoss.chart.impl with parameters of type DialModel Modifier and Type Method Description protected PlotData
PlotEngineImpl. drawDialModel(DialModel model)
Draws the chart with dial model -
Uses of DialModel in org.zkoss.chart.model
Classes in org.zkoss.chart.model that implement DialModel Modifier and Type Class Description class
DefaultDialModel
A data model to be used with dial chart.
-