Package org.zkoss.chart.model
Interface WordCloudModel
-
- All Superinterfaces:
ChartsModel
,SingleValueCategoryModel
- All Known Implementing Classes:
DefaultWordCloudModel
public interface WordCloudModel extends SingleValueCategoryModel
A word cloud chart data model.- Since:
- 7.2.1.0
- Author:
- rudyhuang
-
-
Method Summary
-
Methods inherited from interface org.zkoss.chart.model.ChartsModel
addChartsDataListener, removeChartsDataListener
-
Methods inherited from interface org.zkoss.chart.model.SingleValueCategoryModel
clear, getCategories, getCategory, getValue, removeValue, setValue
-
-