Uses of Interface
org.jfree.data.KeyedValues2D
-
Packages that use KeyedValues2D Package Description org.jfree.data The base package for classes that represent various types of data.org.jfree.data.category A package containing theCategoryDatasetinterface and related classes.org.jfree.data.gantt Data interfaces and classes for Gantt charts.org.jfree.data.general Data interfaces and classes.org.jfree.data.json Utilities for reading/writing data to/from JSON format.org.jfree.data.statistics Classes for representing statistical data. -
-
Uses of KeyedValues2D in org.jfree.data
Classes in org.jfree.data that implement KeyedValues2D Modifier and Type Class Description classDefaultKeyedValues2D<R extends Comparable<R>,C extends Comparable<C>>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
Subinterfaces of KeyedValues2D in org.jfree.data.category Modifier and Type Interface Description interfaceCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>The interface for a dataset with one or more series, and values associated with categories.interfaceIntervalCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>A category dataset that defines a value range for each series/category combination.Classes in org.jfree.data.category that implement KeyedValues2D Modifier and Type Class Description classDefaultCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>A default implementation of theCategoryDatasetinterface.classDefaultIntervalCategoryDatasetA convenience class that provides a default implementation of theIntervalCategoryDatasetinterface.classSlidingCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>ACategoryDatasetimplementation 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.gantt Modifier and Type Interface Description interfaceGanttCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>An extension of theIntervalCategoryDatasetinterface that adds support for multiple sub-intervals.Classes in org.jfree.data.gantt that implement KeyedValues2D Modifier and Type Class Description classSlidingGanttCategoryDatasetAGanttCategoryDatasetimplementation that presents a subset of the categories in an underlying dataset.classTaskSeriesCollection<R extends Comparable<R>,C extends Comparable<C>>A collection ofTaskSeriesobjects. -
Uses of KeyedValues2D in org.jfree.data.general
Subinterfaces of KeyedValues2D in org.jfree.data.general Modifier and Type Interface Description interfaceKeyedValues2DDataset<R extends Comparable<R>,C extends Comparable<C>>A dataset containing (key, value) data items.This dataset is equivalent to aCategoryDatasetand is included for completeness only.Classes in org.jfree.data.general that implement KeyedValues2D Modifier and Type Class Description classDefaultKeyedValues2DDataset<R extends Comparable<R>,C extends Comparable<C>>A default implementation of theKeyedValues2DDatasetinterface. -
Uses of KeyedValues2D in org.jfree.data.json
Methods in org.jfree.data.json with parameters of type KeyedValues2D Modifier and Type Method Description static 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.statistics Modifier and Type Interface Description interfaceBoxAndWhiskerCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>A category dataset that defines various medians, outliers and an average value for each item.interfaceMultiValueCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>A category dataset that defines multiple values for each item.interfaceStatisticalCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>A category dataset that defines a mean and standard deviation value for each item.Classes in org.jfree.data.statistics that implement KeyedValues2D Modifier and Type Class Description classDefaultBoxAndWhiskerCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>A convenience class that provides a default implementation of theBoxAndWhiskerCategoryDatasetinterface.classDefaultMultiValueCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>A category dataset that defines multiple values for each item.classDefaultStatisticalCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>A convenience class that provides a default implementation of theStatisticalCategoryDatasetinterface.
-