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 Summary
ConstructorsConstructorDescriptionFPMIPieDataset(PMIPieChart pieChart, Dataset ds, org.jfree.util.TableOrder tableOrder) -
Method Summary
Modifier and TypeMethodDescriptionintgetIndex(Comparable key) intgetKey(int index) getKeys()getValue(int item) getValue(Comparable key) Methods inherited from class org.jfree.data.general.AbstractDataset
addChangeListener, clone, fireDatasetChanged, getGroup, hasListener, notifyListeners, removeChangeListener, setGroup, validateObjectMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jfree.data.general.Dataset
addChangeListener, getGroup, removeChangeListener, setGroup
-
Constructor Details
-
FPMIPieDataset
-
-
Method Details
-
getIndex
- Specified by:
getIndexin interfaceorg.jfree.data.KeyedValues
-
getKey
- Specified by:
getKeyin interfaceorg.jfree.data.KeyedValues
-
getKeys
- Specified by:
getKeysin interfaceorg.jfree.data.KeyedValues
-
getItemCount
public int getItemCount()- Specified by:
getItemCountin interfaceorg.jfree.data.Values
-
getValue
- Specified by:
getValuein interfaceorg.jfree.data.KeyedValues
-
getValue
- Specified by:
getValuein interfaceorg.jfree.data.Values
-