Java org.jfree.data.statistics DefaultMultiValueCategoryDataset fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.statistics DefaultMultiValueCategoryDataset fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.statistics DefaultMultiValueCategoryDataset.

The text is from its open source code.

Constructor

DefaultMultiValueCategoryDataset()
Creates a new dataset.

Method

voidadd(List values, Comparable rowKey, Comparable columnKey)
Adds a list of values to the dataset (null and Double.NaN items are automatically removed) and sends a DatasetChangeEvent to all registered listeners.
Objectclone()
Returns a clone of this instance.
booleanequals(Object obj)
Tests this dataset for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
intgetColumnCount()
Returns the number of columns in the table.
intgetRowCount()
Returns the number of rows in the table.
NumbergetValue(Comparable row, Comparable column)
Returns the average value for the specified item.
NumbergetValue(int row, int column)
Returns the average value for the specified item.
ListgetValues(int row, int column)
Returns a list (possibly empty) of the values for the specified item.
ListgetValues(Comparable rowKey, Comparable columnKey)
Returns a list (possibly empty) of the values for the specified item.