Uses of Interface
org.jfree.data.Values
-
Packages that use Values Package Description org.jfree.data The base package for classes that represent various types of data.org.jfree.data.category A package containing theCategoryDataset
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 interface
KeyedValues<K extends java.lang.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 class
DefaultKeyedValues<K extends java.lang.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 class
CategoryToPieDataset
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.general Modifier and Type Interface Description interface
KeyedValuesDataset
A dataset containing (key, value) data items.interface
PieDataset<K extends java.lang.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 class
DefaultKeyedValuesDataset
A default implementation of theKeyedValuesDataset
interface.class
DefaultPieDataset<K extends java.lang.Comparable<K>>
A default implementation of thePieDataset
interface. -
Uses of Values in org.jfree.data.jdbc
Classes in org.jfree.data.jdbc that implement Values Modifier and Type Class Description class
JDBCPieDataset
APieDataset
that reads data from a database via JDBC.
-