Uses of Interface
org.jfree.data.Values2D
| Package | Description | 
|---|---|
| org | |
| org.jfree.data | 
 Data interfaces and classes. 
 | 
| org.jfree.data.gantt | 
 Data interfaces and classes for Gantt charts. 
 | 
| org.jfree.data.statistics | 
 Classes for representing statistical data. 
 | 
- 
Uses of Values2D in org
Classes in org that implement Values2D Modifier and Type Class Description classBioStatisticalCategoryDataset - 
Uses of Values2D in org.jfree.data
Subinterfaces of Values2D in org.jfree.data Modifier and Type Interface Description interfaceCategoryDatasetThe interface for a dataset with one or more series, and values associated with categories.interfaceIntervalCategoryDatasetA category dataset that defines a value range for each series/category combination.interfaceKeyedValues2DAn extension of theValues2Dinterface where a unique key is associated with the row and column indices.interfaceKeyedValues2DDatasetA dataset containing (key, value) data items.Classes in org.jfree.data that implement Values2D Modifier and Type Class Description classDefaultCategoryDatasetA default implementation of theCategoryDatasetinterface.classDefaultIntervalCategoryDatasetA convenience class that provides a default implementation of theIntervalCategoryDatasetinterface.classDefaultKeyedValues2DA data structure that stores zero, one or many values, where each value is associated with two keys (a 'row' key and a 'column' key).classDefaultKeyedValues2DDatasetA default implementation of theKeyedValues2DDatasetinterface.classJDBCCategoryDatasetACategoryDatasetimplementation over a database JDBC result set. - 
Uses of Values2D in org.jfree.data.gantt
Subinterfaces of Values2D in org.jfree.data.gantt Modifier and Type Interface Description interfaceGanttCategoryDatasetAn extension of theIntervalCategoryDatasetinterface that adds support for multiple sub-intervals.Classes in org.jfree.data.gantt that implement Values2D Modifier and Type Class Description classTaskSeriesCollectionA collection ofTaskSeriesobjects. - 
Uses of Values2D in org.jfree.data.statistics
Subinterfaces of Values2D in org.jfree.data.statistics Modifier and Type Interface Description interfaceBoxAndWhiskerCategoryDatasetA category dataset that defines various medians, outliers and an average value for each item.interfaceStatisticalCategoryDatasetA category dataset that defines a median and standard deviation value for each item.Classes in org.jfree.data.statistics that implement Values2D Modifier and Type Class Description classDefaultBoxAndWhiskerCategoryDatasetA convenience class that provides a default implementation of theBoxAndWhiskerCategoryDatasetinterface.classDefaultStatisticalCategoryDatasetA convenience class that provides a default implementation of theStatisticalCategoryDatasetinterface.