Uses of Interface
org.jfree.data.Values
| Package | Description |
|---|---|
| org.jfree.data |
The base package for classes that represent various types of data.
|
| org.jfree.data.category |
A package containing the
CategoryDataset interface and related classes. |
| org.jfree.data.general |
Data interfaces and classes.
|
| org.jfree.data.jdbc |
Dataset classes that fetch data from a database via JDBC.
|
-
Uses of Values in org.jfree.data
Subinterfaces of Values in org.jfree.data Modifier and Type Interface Description interfaceKeyedValues<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 Values Modifier and Type Class Description classDefaultKeyedValues<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 Values Modifier and Type Class Description classCategoryToPieDatasetAPieDatasetimplementation 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.general Modifier and Type Interface Description interfaceKeyedValuesDatasetA 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 Values Modifier and Type Class Description classDefaultKeyedValuesDatasetA default implementation of theKeyedValuesDatasetinterface.classDefaultPieDataset<K extends Comparable<K>>A default implementation of thePieDatasetinterface. -
Uses of Values in org.jfree.data.jdbc
Classes in org.jfree.data.jdbc that implement Values Modifier and Type Class Description classJDBCPieDatasetAPieDatasetthat reads data from a database via JDBC.