Uses of Interface
org.jfree.data.KeyedValues
Package | Description |
---|---|
org.jfree.data |
Data interfaces and classes.
|
-
Uses of KeyedValues in org.jfree.data
Subinterfaces of KeyedValues in org.jfree.data Modifier and Type Interface Description 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 KeyedValues 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.Methods in org.jfree.data that return KeyedValues Modifier and Type Method Description static KeyedValues
DataUtilities. getCumulativePercentages(KeyedValues data)
Returns aKeyedValues
instance that contains the cumulative percentage values for the data in anotherKeyedValues
instance.Methods in org.jfree.data with parameters of type KeyedValues Modifier and Type Method Description static CategoryDataset
DatasetUtilities. createCategoryDataset(String rowKey, KeyedValues rowData)
Creates aCategoryDataset
by copying the data from the suppliedKeyedValues
instance.static KeyedValues
DataUtilities. getCumulativePercentages(KeyedValues data)
Returns aKeyedValues
instance that contains the cumulative percentage values for the data in anotherKeyedValues
instance.Constructors in org.jfree.data with parameters of type KeyedValues Constructor Description DefaultPieDataset(KeyedValues data)
Creates a new dataset that uses the data from aKeyedValues
instance.