Uses of Interface
org.jfree.data.Values
Package | Description |
---|---|
org.jfree.data |
Data interfaces and classes.
|
-
Uses of Values in org.jfree.data
Subinterfaces of Values in org.jfree.data Modifier and Type Interface Description interface
KeyedValues
A collection of values where each value is associated with a key.interface
KeyedValuesDataset
A dataset containing (key, value) data items.interface
PieDataset
A general purpose dataset where values are associated with keys.Classes in org.jfree.data that implement Values Modifier and Type Class Description class
CategoryToPieDataset
APieDataset
implementation that obtains its data from one row or column of aCategoryDataset
.class
DefaultKeyedValues
A collection of (key, value) pairs.class
DefaultKeyedValuesDataset
A default implementation of theKeyedValuesDataset
interface.class
DefaultPieDataset
A default implementation of thePieDataset
interface.class
JDBCPieDataset
APieDataset
that reads data from a database via JDBC.