Uses of Interface
org.jfree.data.Values
-
Uses of Values in de.grogra.pf.data
-
Uses of Values in org.jfree.data
Modifier and TypeInterfaceDescriptioninterface
KeyedValues<K extends Comparable<K>>
An ordered list of (key, value) items where the keys are unique and non-null
.Modifier and TypeClassDescriptionclass
DefaultKeyedValues<K extends Comparable<K>>
An ordered list of (key, value) items. -
Uses of Values in org.jfree.data.category
Modifier and TypeClassDescriptionclass
APieDataset
implementation that obtains its data from one row or column of aCategoryDataset
. -
Uses of Values in org.jfree.data.general
Modifier 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.Modifier and TypeClassDescriptionclass
A default implementation of theKeyedValuesDataset
interface.class
DefaultPieDataset<K extends Comparable<K>>
A default implementation of thePieDataset
interface.