Package org.zkoss.zul
Class SimplePieModel
- java.lang.Object
-
- org.zkoss.zul.AbstractChartModel
-
- org.zkoss.zul.SimpleSingleValueCategoryModel
-
- org.zkoss.zul.SimplePieModel
-
- All Implemented Interfaces:
java.io.Serializable
,ChartModel
,PieModel
,SingleValueCategoryModel
public class SimplePieModel extends SimpleSingleValueCategoryModel implements PieModel
A Pie chart data model implementation ofPieModel
. Piechart model is an one series of (Category, value) data objects.- Author:
- henrichen
- See Also:
PieModel
,Chart
, Serialized Form
-
-
Field Summary
-
Fields inherited from class org.zkoss.zul.AbstractChartModel
_listeners
-
-
Constructor Summary
Constructors Constructor Description SimplePieModel()
-
Method Summary
-
Methods inherited from class org.zkoss.zul.SimpleSingleValueCategoryModel
clear, clone, getCategories, getCategory, getValue, removeValue, setValue
-
Methods inherited from class org.zkoss.zul.AbstractChartModel
addChartDataListener, fireEvent, removeChartDataListener
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.zkoss.zul.ChartModel
addChartDataListener, removeChartDataListener
-
Methods inherited from interface org.zkoss.zul.SingleValueCategoryModel
clear, getCategories, getCategory, getValue, removeValue, setValue
-
-