Uses of Interface
org.zkoss.chart.model.WordCloudModel
-
Packages that use WordCloudModel Package Description org.zkoss.chart.impl org.zkoss.chart.model -
-
Uses of WordCloudModel in org.zkoss.chart.impl
Methods in org.zkoss.chart.impl with parameters of type WordCloudModel Modifier and Type Method Description protected PlotDataPlotEngineImpl. drawWordCloudModel(WordCloudModel model)Draws the chart with word cloud model -
Uses of WordCloudModel in org.zkoss.chart.model
Classes in org.zkoss.chart.model that implement WordCloudModel Modifier and Type Class Description classDefaultWordCloudModelA word cloud chart data model implementation ofWordCloudModel.
-