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

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

Introduction

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

The text is from its open source code.

Constructor

SubSeriesDataset(final SeriesDataset parent, final int[] map)
Creates a SubSeriesDataset using one or more series from parent.
SubSeriesDataset(final SeriesDataset parent, final int series)
Creates a SubSeriesDataset using one series from parent.