Class FPMIPieDataset
java.lang.Object
org.jfree.data.general.AbstractDataset
com.inductiveautomation.factorypmi.application.components.chart.runtime.FPMIPieDataset
- All Implemented Interfaces:
- ObjectInputValidation,- Serializable,- Cloneable,- org.jfree.data.general.Dataset,- org.jfree.data.general.PieDataset,- org.jfree.data.KeyedValues,- org.jfree.data.Values
public class FPMIPieDataset
extends org.jfree.data.general.AbstractDataset
implements org.jfree.data.general.PieDataset
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionFPMIPieDataset(PMIPieChart pieChart, Dataset ds, org.jfree.util.TableOrder tableOrder) 
- 
Method SummaryModifier and TypeMethodDescriptionintgetIndex(Comparable key) intgetKey(int index) getKeys()getValue(int item) getValue(Comparable key) Methods inherited from class org.jfree.data.general.AbstractDatasetaddChangeListener, clone, fireDatasetChanged, getGroup, hasListener, notifyListeners, removeChangeListener, setGroup, validateObjectMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jfree.data.general.DatasetaddChangeListener, getGroup, removeChangeListener, setGroup
- 
Constructor Details- 
FPMIPieDataset
 
- 
- 
Method Details- 
getIndex- Specified by:
- getIndexin interface- org.jfree.data.KeyedValues
 
- 
getKey- Specified by:
- getKeyin interface- org.jfree.data.KeyedValues
 
- 
getKeys- Specified by:
- getKeysin interface- org.jfree.data.KeyedValues
 
- 
getItemCountpublic int getItemCount()- Specified by:
- getItemCountin interface- org.jfree.data.Values
 
- 
getValue- Specified by:
- getValuein interface- org.jfree.data.KeyedValues
 
- 
getValue- Specified by:
- getValuein interface- org.jfree.data.Values
 
 
-