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

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

Introduction

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

The text is from its open source code.

Constructor

DefaultValueDataset(double value)
Creates a new dataset with the specified value.
DefaultValueDataset(Number value)
Creates a new dataset with the specified value.
DefaultValueDataset()
Constructs a new dataset, initially empty.

Method

voidsetValue(Number value)
Sets the value and sends a DatasetChangeEvent to all registered listeners.