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 interfaceKeyedValuesDatasetA dataset containing (key, value) data items.interfacePieDatasetA general purpose dataset where values are associated with keys.Classes in org.jfree.data that implement KeyedValues Modifier and Type Class Description classCategoryToPieDatasetAPieDatasetimplementation that obtains its data from one row or column of aCategoryDataset.classDefaultKeyedValuesA collection of (key, value) pairs.classDefaultKeyedValuesDatasetA default implementation of theKeyedValuesDatasetinterface.classDefaultPieDatasetA default implementation of thePieDatasetinterface.classJDBCPieDatasetAPieDatasetthat reads data from a database via JDBC.Methods in org.jfree.data that return KeyedValues Modifier and Type Method Description static KeyedValuesDataUtilities. getCumulativePercentages(KeyedValues data)Returns aKeyedValuesinstance that contains the cumulative percentage values for the data in anotherKeyedValuesinstance.Methods in org.jfree.data with parameters of type KeyedValues Modifier and Type Method Description static CategoryDatasetDatasetUtilities. createCategoryDataset(String rowKey, KeyedValues rowData)Creates aCategoryDatasetby copying the data from the suppliedKeyedValuesinstance.static KeyedValuesDataUtilities. getCumulativePercentages(KeyedValues data)Returns aKeyedValuesinstance that contains the cumulative percentage values for the data in anotherKeyedValuesinstance.Constructors in org.jfree.data with parameters of type KeyedValues Constructor Description DefaultPieDataset(KeyedValues data)Creates a new dataset that uses the data from aKeyedValuesinstance.