Uses of Interface
org.jfree.data.Values2D
Package
Description
The base package for classes that represent various types of data.
A package containing the
CategoryDataset
interface and related classes.Data interfaces and classes for Gantt charts.
Data interfaces and classes.
Dataset classes that fetch data from a database via JDBC.
Classes for representing statistical data.
-
Uses of Values2D in org.jfree.data
Modifier and TypeInterfaceDescriptioninterface
An extension of theValues2D
interface where a unique key is associated with the row and column indices.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).Modifier and TypeMethodDescriptionstatic double
DataUtils.calculateColumnTotal
(Values2D data, int column) Returns the total of the values in one column of the supplied data table.static double
DataUtils.calculateColumnTotal
(Values2D data, int column, int[] validRows) Returns the total of the values in one column of the supplied data table by taking only the row numbers in the array into account.static double
DataUtils.calculateRowTotal
(Values2D data, int row) Returns the total of the values in one row of the supplied data table.static double
DataUtils.calculateRowTotal
(Values2D data, int row, int[] validCols) Returns the total of the values in one row of the supplied data table by taking only the column numbers in the array into account. -
Uses of Values2D 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 Values2D 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 Values2D 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 Values2D in org.jfree.data.jdbc
Modifier and TypeClassDescriptionclass
ACategoryDataset
implementation over a database JDBC result set. -
Uses of Values2D 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.