Uses of Interface
org.jfree.data.KeyedValues2D
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 KeyedValues2D in org
Classes in org that implement KeyedValues2D Modifier and Type Class Description class
BioStatisticalCategoryDataset
-
Uses of KeyedValues2D in org.jfree.data
Subinterfaces of KeyedValues2D in org.jfree.data Modifier and Type Interface Description interface
CategoryDataset
The interface for a dataset with one or more series, and values associated with categories.interface
IntervalCategoryDataset
A category dataset that defines a value range for each series/category combination.interface
KeyedValues2DDataset
A dataset containing (key, value) data items.Classes in org.jfree.data that implement KeyedValues2D Modifier and Type Class Description class
DefaultCategoryDataset
A default implementation of theCategoryDataset
interface.class
DefaultIntervalCategoryDataset
A convenience class that provides a default implementation of theIntervalCategoryDataset
interface.class
DefaultKeyedValues2D
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).class
DefaultKeyedValues2DDataset
A default implementation of theKeyedValues2DDataset
interface.class
JDBCCategoryDataset
ACategoryDataset
implementation over a database JDBC result set. -
Uses of KeyedValues2D in org.jfree.data.gantt
Subinterfaces of KeyedValues2D in org.jfree.data.gantt Modifier and Type Interface Description interface
GanttCategoryDataset
An extension of theIntervalCategoryDataset
interface that adds support for multiple sub-intervals.Classes in org.jfree.data.gantt that implement KeyedValues2D Modifier and Type Class Description class
TaskSeriesCollection
A collection ofTaskSeries
objects. -
Uses of KeyedValues2D in org.jfree.data.statistics
Subinterfaces of KeyedValues2D in org.jfree.data.statistics Modifier and Type Interface Description interface
BoxAndWhiskerCategoryDataset
A category dataset that defines various medians, outliers and an average value for each item.interface
StatisticalCategoryDataset
A category dataset that defines a median and standard deviation value for each item.Classes in org.jfree.data.statistics that implement KeyedValues2D Modifier and Type Class Description class
DefaultBoxAndWhiskerCategoryDataset
A convenience class that provides a default implementation of theBoxAndWhiskerCategoryDataset
interface.class
DefaultStatisticalCategoryDataset
A convenience class that provides a default implementation of theStatisticalCategoryDataset
interface.