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

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

Introduction

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

The text is from its open source code.

Constructor

CombinedDataset()
Default constructor for an empty combination.

Method

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