Uses of Interface
org.jfree.data.KeyedValues
Packages that use KeyedValues
Package
Description
Plot classes and related interfaces.
The base package for classes that represent various types of data.
A package containing the
CategoryDataset
interface and related classes.Data interfaces and classes.
Dataset classes that fetch data from a database via JDBC.
-
Uses of KeyedValues in org.jfree.chart.plot
Methods in org.jfree.chart.plot with parameters of type KeyedValuesModifier and TypeMethodDescriptionprotected void
PiePlot.drawLeftLabels
(KeyedValues leftKeys, Graphics2D g2, Rectangle2D plotArea, Rectangle2D linkArea, float maxLabelWidth, PiePlotState state) Draws the left labels.protected void
PiePlot.drawRightLabels
(KeyedValues keys, Graphics2D g2, Rectangle2D plotArea, Rectangle2D linkArea, float maxLabelWidth, PiePlotState state) Draws the right labels. -
Uses of KeyedValues in org.jfree.data
Classes in org.jfree.data that implement KeyedValuesMethods in org.jfree.data that return KeyedValuesModifier and TypeMethodDescriptionstatic 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 KeyedValuesModifier and TypeMethodDescriptionstatic KeyedValues
DataUtilities.getCumulativePercentages
(KeyedValues data) Returns aKeyedValues
instance that contains the cumulative percentage values for the data in anotherKeyedValues
instance. -
Uses of KeyedValues in org.jfree.data.category
Classes in org.jfree.data.category that implement KeyedValuesModifier and TypeClassDescriptionclass
APieDataset
implementation that obtains its data from one row or column of aCategoryDataset
. -
Uses of KeyedValues in org.jfree.data.general
Subinterfaces of KeyedValues in org.jfree.data.generalModifier and TypeInterfaceDescriptioninterface
A dataset containing (key, value) data items.interface
A general purpose dataset where values are associated with keys.Classes in org.jfree.data.general that implement KeyedValuesModifier and TypeClassDescriptionclass
A default implementation of theKeyedValuesDataset
interface.class
A default implementation of thePieDataset
interface.Methods in org.jfree.data.general with parameters of type KeyedValuesModifier and TypeMethodDescriptionstatic CategoryDataset
DatasetUtilities.createCategoryDataset
(Comparable rowKey, KeyedValues rowData) Creates aCategoryDataset
by copying the data from the suppliedKeyedValues
instance.Constructors in org.jfree.data.general with parameters of type KeyedValuesModifierConstructorDescriptionDefaultPieDataset
(KeyedValues data) Creates a new dataset by copying data from aKeyedValues
instance. -
Uses of KeyedValues in org.jfree.data.jdbc
Classes in org.jfree.data.jdbc that implement KeyedValues