Uses of Interface
org.jfree.chart3d.data.KeyedValues
Packages that use KeyedValues
Package
Description
Core data structures used as the building blocks for datasets in Orson
Charts.
Datasets that can be used by the
CategoryPlot3D
class.-
Uses of KeyedValues in org.jfree.chart3d.data
Subinterfaces of KeyedValues in org.jfree.chart3d.dataModifier and TypeInterfaceDescriptioninterface
PieDataset3D<K extends Comparable<K>>
The interface through which thePiePlot3D
class obtains data for pie charts.Classes in org.jfree.chart3d.data that implement KeyedValuesModifier and TypeClassDescriptionfinal class
DefaultKeyedValues<K extends Comparable<K>,
T> A list of(key, value)
pairs.final class
StandardPieDataset3D<K extends Comparable<K>>
A dataset that can be used with aPiePlot3D
.Methods in org.jfree.chart3d.data that return KeyedValuesModifier and TypeMethodDescriptionstatic KeyedValues
<String, Number> JSONUtils.readKeyedValues
(Reader reader) Parses characters from the supplied reader and returns the correspondingKeyedValues
instance.static KeyedValues
<String, Number> JSONUtils.readKeyedValues
(String json) Parses the supplied JSON string into aKeyedValues
instance.Methods in org.jfree.chart3d.data with parameters of type KeyedValuesModifier 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. -
Uses of KeyedValues in org.jfree.chart3d.data.category
Methods in org.jfree.chart3d.data.category with parameters of type KeyedValuesModifier and TypeMethodDescriptionvoid
StandardCategoryDataset3D.addSeriesAsRow
(S seriesKey, KeyedValues<C, ? extends Number> data) Adds a data series as a single row in the dataset.void
StandardCategoryDataset3D.addSeriesAsRow
(S seriesKey, R rowKey, KeyedValues<C, ? extends Number> data) Adds a data series as a single row in the dataset.