Package org.zkoss.chart.model
Class DefaultWordCloudModel
- java.lang.Object
-
- org.zkoss.chart.model.AbstractChartsModel
-
- org.zkoss.chart.model.DefaultSingleValueCategoryModel
-
- org.zkoss.chart.model.DefaultWordCloudModel
-
- All Implemented Interfaces:
Serializable
,ChartsModel
,SingleValueCategoryModel
,WordCloudModel
public class DefaultWordCloudModel extends DefaultSingleValueCategoryModel implements WordCloudModel
A word cloud chart data model implementation ofWordCloudModel
. Word cloud model is an one series of (name, weight) data objects.- Since:
- 7.2.1.0
- Author:
- rudyhuang
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.zkoss.chart.model.AbstractChartsModel
_listeners
-
-
Constructor Summary
Constructors Constructor Description DefaultWordCloudModel()
-
Method Summary
-
Methods inherited from class org.zkoss.chart.model.DefaultSingleValueCategoryModel
clear, clone, getCategories, getCategory, getValue, removeValue, setValue
-
Methods inherited from class org.zkoss.chart.model.AbstractChartsModel
addChartsDataListener, fireEvent, removeChartsDataListener
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-