Uses of Interface
org.jfree.data.Values
Packages that use Values
-
Uses of Values in de.grogra.pf.data
Classes in de.grogra.pf.data that implement Values -
Uses of Values in org.jfree.data
Subinterfaces of Values in org.jfree.dataModifier and TypeInterfaceDescriptioninterfaceKeyedValues<K extends Comparable<K>>An ordered list of (key, value) items where the keys are unique and non-null.Classes in org.jfree.data that implement ValuesModifier and TypeClassDescriptionclassDefaultKeyedValues<K extends Comparable<K>>An ordered list of (key, value) items. -
Uses of Values in org.jfree.data.category
Classes in org.jfree.data.category that implement ValuesModifier and TypeClassDescriptionclassAPieDatasetimplementation that obtains its data from one row or column of aCategoryDataset. -
Uses of Values in org.jfree.data.general
Subinterfaces of Values in org.jfree.data.generalModifier and TypeInterfaceDescriptioninterfaceA dataset containing (key, value) data items.interfacePieDataset<K extends Comparable<K>>A general purpose dataset where values are associated with keys.Classes in org.jfree.data.general that implement ValuesModifier and TypeClassDescriptionclassA default implementation of theKeyedValuesDatasetinterface.classDefaultPieDataset<K extends Comparable<K>>A default implementation of thePieDatasetinterface.