Package org.zkoss.chart.model
Class DefaultLowModel
- java.lang.Object
-
- org.zkoss.chart.model.AbstractChartsModel
-
- org.zkoss.chart.model.DefaultSingleValueCategoryModel
-
- org.zkoss.chart.model.DefaultLowModel
-
- All Implemented Interfaces:
Serializable
,ChartsModel
,LowModel
,SingleValueCategoryModel
public class DefaultLowModel extends DefaultSingleValueCategoryModel implements LowModel
A low model for Lollipop chart type.- Since:
- 10.2.1.0
- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.zkoss.chart.model.AbstractChartsModel
_listeners
-
-
Constructor Summary
Constructors Constructor Description DefaultLowModel()
-
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
-
-