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

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

Introduction

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

The text is from its open source code.

Constructor

DefaultPieDataset()
Constructs a new dataset, initially empty.

Method

voidsetValue(final Comparable key, final Number value)
Sets the data value for a key.
voidsetValue(final Comparable key, final double value)
Sets the data value for a key.