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 TypeInterfaceDescriptioninterface
KeyedValues<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 TypeClassDescriptionclass
DefaultKeyedValues<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 TypeClassDescriptionclass
APieDataset
implementation 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 TypeInterfaceDescriptioninterface
A dataset containing (key, value) data items.interface
PieDataset<K extends Comparable<K>>
A general purpose dataset where values are associated with keys.Classes in org.jfree.data.general that implement ValuesModifier and TypeClassDescriptionclass
A default implementation of theKeyedValuesDataset
interface.class
DefaultPieDataset<K extends Comparable<K>>
A default implementation of thePieDataset
interface.