Uses of Interface
org.jfree.data.KeyedValues
Package
Description
Utilities for reading/writing data to/from JSON format.
-
Uses of KeyedValues in de.grogra.pf.data
-
Uses of KeyedValues in org.jfree.chart.plot
Modifier and TypeMethodDescriptionprotected void
PiePlot.drawLeftLabels
(KeyedValues<K> leftKeys, Graphics2D g2, Rectangle2D plotArea, Rectangle2D linkArea, float maxLabelWidth, PiePlotState state) Draws the left labels.protected void
PiePlot.drawRightLabels
(KeyedValues<K> keys, Graphics2D g2, Rectangle2D plotArea, Rectangle2D linkArea, float maxLabelWidth, PiePlotState state) Draws the right labels. -
Uses of KeyedValues in org.jfree.data
Modifier and TypeClassDescriptionclass
DefaultKeyedValues<K extends Comparable<K>>
An ordered list of (key, value) items.Modifier and TypeMethodDescriptionstatic KeyedValues
DataUtils.getCumulativePercentages
(KeyedValues data) Returns aKeyedValues
instance that contains the cumulative percentage values for the data in anotherKeyedValues
instance.Modifier and TypeMethodDescriptionstatic KeyedValues
DataUtils.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
Modifier and TypeClassDescriptionclass
APieDataset
implementation that obtains its data from one row or column of aCategoryDataset
. -
Uses of KeyedValues in org.jfree.data.general
Modifier and TypeInterfaceDescriptioninterface
A dataset containing (key, value) data items.interface
PieDataset<K extends Comparable<K>>
A general purpose dataset where values are associated with keys.Modifier and TypeClassDescriptionclass
A default implementation of theKeyedValuesDataset
interface.class
DefaultPieDataset<K extends Comparable<K>>
A default implementation of thePieDataset
interface.Modifier and TypeMethodDescriptionstatic CategoryDataset
DatasetUtils.createCategoryDataset
(Comparable rowKey, KeyedValues rowData) Creates aCategoryDataset
by copying the data from the suppliedKeyedValues
instance.ModifierConstructorDescriptionDefaultPieDataset
(KeyedValues<K> source) Creates a new dataset by copying data from aKeyedValues
instance. -
Uses of KeyedValues in org.jfree.data.json
Modifier and TypeMethodDescriptionstatic String
JSONUtils.writeKeyedValues
(KeyedValues data) Returns a string containing the data in JSON format.static void
JSONUtils.writeKeyedValues
(KeyedValues data, Writer writer) Writes the data in JSON format to the supplied writer.