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

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

Introduction

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

The text is from its open source code.

Implementation

org.jfree.data.general.ValueDataset has the following implementations.
Click this link to see all its implementation.

Method

voidaddChangeListener(DatasetChangeListener listener)
Registers an object for notification of changes to the dataset.
DatasetGroupgetGroup()
Returns the dataset group.
NumbergetValue()
Returns the value.
voidremoveChangeListener(DatasetChangeListener listener)
Deregisters an object for notification of changes to the dataset.