Uses of Interface
org.jfree.data.Values
Package
Description
The base package for classes that represent various types of data.
A package containing the
CategoryDataset
interface and related classes.Data interfaces and classes.
Dataset classes that fetch data from a database via JDBC.
-
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. -
Uses of Values in org.jfree.data.jdbc