Uses of Interface
org.jfree.data.KeyedValues2D
Packages that use KeyedValues2D
Package
Description
Utilities for reading/writing data to/from JSON format.
-
Uses of KeyedValues2D in de.grogra.pf.data
Classes in de.grogra.pf.data that implement KeyedValues2D -
Uses of KeyedValues2D in org.jfree.data
Classes in org.jfree.data that implement KeyedValues2DModifier and TypeClassDescriptionclassA 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
Subinterfaces of KeyedValues2D in org.jfree.data.categoryModifier and TypeInterfaceDescriptioninterfaceThe interface for a dataset with one or more series, and values associated with categories.interfaceA category dataset that defines a value range for each series/category combination.Classes in org.jfree.data.category that implement KeyedValues2DModifier and TypeClassDescriptionclassA default implementation of theCategoryDatasetinterface.classA convenience class that provides a default implementation of theIntervalCategoryDatasetinterface.classACategoryDatasetimplementation that presents a subset of the categories in an underlying dataset. -
Uses of KeyedValues2D in org.jfree.data.gantt
Subinterfaces of KeyedValues2D in org.jfree.data.ganttModifier and TypeInterfaceDescriptioninterfaceAn extension of theIntervalCategoryDatasetinterface that adds support for multiple sub-intervals.Classes in org.jfree.data.gantt that implement KeyedValues2DModifier and TypeClassDescriptionclassAGanttCategoryDatasetimplementation that presents a subset of the categories in an underlying dataset.classA collection ofTaskSeriesobjects. -
Uses of KeyedValues2D in org.jfree.data.general
Subinterfaces of KeyedValues2D in org.jfree.data.generalModifier and TypeInterfaceDescriptioninterfaceA dataset containing (key, value) data items.Classes in org.jfree.data.general that implement KeyedValues2DModifier and TypeClassDescriptionclassA default implementation of theKeyedValues2DDatasetinterface. -
Uses of KeyedValues2D in org.jfree.data.json
Methods in org.jfree.data.json with parameters of type KeyedValues2DModifier and TypeMethodDescriptionstatic StringJSONUtils.writeKeyedValues2D(KeyedValues2D data) Returns a string containing the data in JSON format.static voidJSONUtils.writeKeyedValues2D(KeyedValues2D data, Writer writer) Writes the data in JSON format to the supplied writer. -
Uses of KeyedValues2D in org.jfree.data.statistics
Subinterfaces of KeyedValues2D in org.jfree.data.statisticsModifier and TypeInterfaceDescriptioninterfaceA category dataset that defines various medians, outliers and an average value for each item.interfaceA category dataset that defines multiple values for each item.interfaceA category dataset that defines a mean and standard deviation value for each item.Classes in org.jfree.data.statistics that implement KeyedValues2DModifier and TypeClassDescriptionclassA convenience class that provides a default implementation of theBoxAndWhiskerCategoryDatasetinterface.classA category dataset that defines multiple values for each item.classA convenience class that provides a default implementation of theStatisticalCategoryDatasetinterface.