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

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

Introduction

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

The text is from its open source code.

Constructor

FastXYSeries(String name)
Creates a new empty series.

Method

voidadd(Number x, Number y, boolean notify)
Adds new data to the series and, if requested, sends a SeriesChangeEvent to all registered listeners.
voidadd(final double x, final double y, boolean notify)
Adds a data item to the series and, if requested, sends a SeriesChangeEvent to all registered listeners.