Java org.jfree.data.general DefaultKeyedValues2DDataset fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.general DefaultKeyedValues2DDataset fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

voidaddValue(Number value, Comparable rowKey, Comparable columnKey)
Adds a value to the table.
Objectclone()
Returns a clone of the dataset.
booleanequals(Object obj)
Tests this dataset for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
voidsetValue(Number value, Comparable rowKey, Comparable columnKey)
Adds or updates a value in the table and sends a DatasetChangeEvent to all registered listeners.