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

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

Introduction

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

The text is from its open source code.

Constructor

CombinedDataset()
Default constructor for an empty combination.

Method

voidadd(final SeriesDataset data)
Adds one SeriesDataset to the combination.
voidadd(final SeriesDataset[] data)
Adds an array of SeriesDataset's to the combination.