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 TypeMethodDescriptionint
getIndex
(Comparable key) int
getKey
(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, validateObject
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jfree.data.general.Dataset
addChangeListener, getGroup, removeChangeListener, setGroup
-
Constructor Details
-
FPMIPieDataset
-
-
Method Details
-
getIndex
- Specified by:
getIndex
in interfaceorg.jfree.data.KeyedValues
-
getKey
- Specified by:
getKey
in interfaceorg.jfree.data.KeyedValues
-
getKeys
- Specified by:
getKeys
in interfaceorg.jfree.data.KeyedValues
-
getItemCount
public int getItemCount()- Specified by:
getItemCount
in interfaceorg.jfree.data.Values
-
getValue
- Specified by:
getValue
in interfaceorg.jfree.data.KeyedValues
-
getValue
- Specified by:
getValue
in interfaceorg.jfree.data.Values
-