Uses of Interface org.jfree.data.Values2D

Uses in package org.jfree.data.jdbc

Classes implementing org.jfree.data.Values2D

class
A CategoryDataset implementation over a database JDBC result set.

Uses in package org.jfree.data.general

Classes implementing org.jfree.data.Values2D

class
A default implementation of the KeyedValues2DDataset interface.

Uses in package org.jfree.data.category

Classes implementing org.jfree.data.Values2D

class
A default implementation of the CategoryDataset interface.
class
A convenience class that provides a default implementation of the IntervalCategoryDataset interface.

Uses in package org.jfree.data.gantt

Classes implementing org.jfree.data.Values2D

class
A collection of TaskSeries objects.

Uses in package org.jfree.data.statistics

Classes implementing org.jfree.data.Values2D

class
A convenience class that provides a default implementation of the BoxAndWhiskerCategoryDataset interface.
class
A convenience class that provides a default implementation of the StatisticalCategoryDataset interface.

Uses in package org.jfree.data

Classes implementing org.jfree.data.Values2D

class
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).

Methods with parameter type org.jfree.data.Values2D

double
Returns the total of the values in one column of the supplied data table.
double
Returns the total of the values in one row of the supplied data table.