Uses of Interface
org.jfree.data.KeyedValues2D
Package
Description
Utilities for reading/writing data to/from JSON format.
-
Uses of KeyedValues2D in de.grogra.pf.data
-
Uses of KeyedValues2D in org.jfree.data
Modifier and TypeClassDescriptionclass
A data structure that stores zero, one or many values, where each value is associated with two keys (a 'row' key and a 'column' key). -
Uses of KeyedValues2D in org.jfree.data.category
Modifier and TypeInterfaceDescriptioninterface
The interface for a dataset with one or more series, and values associated with categories.interface
A category dataset that defines a value range for each series/category combination.Modifier and TypeClassDescriptionclass
A default implementation of theCategoryDataset
interface.class
A convenience class that provides a default implementation of theIntervalCategoryDataset
interface.class
ACategoryDataset
implementation that presents a subset of the categories in an underlying dataset. -
Uses of KeyedValues2D in org.jfree.data.gantt
Modifier and TypeInterfaceDescriptioninterface
An extension of theIntervalCategoryDataset
interface that adds support for multiple sub-intervals.Modifier and TypeClassDescriptionclass
AGanttCategoryDataset
implementation that presents a subset of the categories in an underlying dataset.class
A collection ofTaskSeries
objects. -
Uses of KeyedValues2D in org.jfree.data.general
Modifier and TypeInterfaceDescriptioninterface
A dataset containing (key, value) data items.Modifier and TypeClassDescriptionclass
A default implementation of theKeyedValues2DDataset
interface. -
Uses of KeyedValues2D in org.jfree.data.json
Modifier and TypeMethodDescriptionstatic String
JSONUtils.writeKeyedValues2D
(KeyedValues2D data) Returns a string containing the data in JSON format.static void
JSONUtils.writeKeyedValues2D
(KeyedValues2D data, Writer writer) Writes the data in JSON format to the supplied writer. -
Uses of KeyedValues2D in org.jfree.data.statistics
Modifier and TypeInterfaceDescriptioninterface
A category dataset that defines various medians, outliers and an average value for each item.interface
A category dataset that defines multiple values for each item.interface
A category dataset that defines a mean and standard deviation value for each item.Modifier and TypeClassDescriptionclass
A convenience class that provides a default implementation of theBoxAndWhiskerCategoryDataset
interface.class
A category dataset that defines multiple values for each item.class
A convenience class that provides a default implementation of theStatisticalCategoryDataset
interface.