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

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

Introduction

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

The text is from its open source code.

Constructor

XYSeriesCollection()
Constructs an empty dataset.
XYSeriesCollection(final XYSeries series)
Constructs a dataset and populates it with a single time series.

Method

voidaddSeries(final XYSeries series)
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
voidremoveAllSeries()
Removes all the series from the collection.