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 TypeInterfaceDescriptioninterfacePieDataset3D<K extends Comparable<K>>The interface through which thePiePlot3Dclass obtains data for pie charts.Classes in org.jfree.chart3d.data that implement KeyedValuesModifier and TypeClassDescriptionfinal classDefaultKeyedValues<K extends Comparable<K>,T> A list of(key, value)pairs.final classStandardPieDataset3D<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 correspondingKeyedValuesinstance.static KeyedValues<String, Number> JSONUtils.readKeyedValues(String json) Parses the supplied JSON string into aKeyedValuesinstance.Methods in org.jfree.chart3d.data with parameters of type KeyedValuesModifier and TypeMethodDescriptionstatic StringJSONUtils.writeKeyedValues(KeyedValues data) Returns a string containing the data in JSON format.static voidJSONUtils.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 TypeMethodDescriptionvoidStandardCategoryDataset3D.addSeriesAsRow(S seriesKey, KeyedValues<C, ? extends Number> data) Adds a data series as a single row in the dataset.voidStandardCategoryDataset3D.addSeriesAsRow(S seriesKey, R rowKey, KeyedValues<C, ? extends Number> data) Adds a data series as a single row in the dataset.