org.zkoss.zul
Class SimplePieModel

java.lang.Object
  extended by org.zkoss.zul.AbstractChartModel
      extended by org.zkoss.zul.SimpleSingleValueCategoryModel
          extended by 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 of PieModel. Piechart model is an one series of (Category, value) data objects.

Author:
henrichen
See Also:
PieModel, Chart, Serialized Form

Constructor Summary
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.SingleValueCategoryModel
clear, getCategories, getCategory, getValue, removeValue, setValue
 
Methods inherited from interface org.zkoss.zul.ChartModel
addChartDataListener, removeChartDataListener
 

Constructor Detail

SimplePieModel

public SimplePieModel()


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo