Uses of Interface org.jfree.data.KeyedValues

Uses in package org.jfree.data.jdbc

Classes implementing org.jfree.data.KeyedValues

class
A PieDataset that reads data from a database via JDBC.

Uses in package org.jfree.chart.plot

Methods with parameter type org.jfree.data.KeyedValues

void
PiePlot.drawLeftLabels(KeyedValues leftKeys, Graphics2D g2, Rectangle2D plotArea, Rectangle2D linkArea, float maxLabelWidth, PiePlotState state)
Draws the left labels.
void
PiePlot.drawRightLabels(KeyedValues keys, Graphics2D g2, Rectangle2D plotArea, Rectangle2D linkArea, float maxLabelWidth, PiePlotState state)
Draws the right labels.

Uses in package org.jfree.data.general

Classes implementing org.jfree.data.KeyedValues

class
A default implementation of the KeyedValuesDataset interface.
class
A default implementation of the PieDataset interface.

Constructors with parameter type org.jfree.data.KeyedValues

Creates a new dataset by copying data from a KeyedValues instance.

Methods with parameter type org.jfree.data.KeyedValues

CategoryDataset
DatasetUtilities.createCategoryDataset(Comparable rowKey, KeyedValues rowData)
Creates a CategoryDataset by copying the data from the supplied KeyedValues instance.

Uses in package org.jfree.data.category

Classes implementing org.jfree.data.KeyedValues

class
A PieDataset implementation that obtains its data from one row or column of a CategoryDataset.

Uses in package org.jfree.data

Classes implementing org.jfree.data.KeyedValues

class
An ordered list of (key, value) items.

Methods with parameter type org.jfree.data.KeyedValues

KeyedValues
Returns a KeyedValues instance that contains the cumulative percentage values for the data in another KeyedValues instance.

Methods with return type org.jfree.data.KeyedValues

KeyedValues
Returns a KeyedValues instance that contains the cumulative percentage values for the data in another KeyedValues instance.