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

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

Introduction

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

The text is from its open source code.

Constructor

DefaultWindDataset(Object[][][] data)
Constructs a dataset based on the specified data array.
DefaultWindDataset()
Constructs a new, empty, dataset.
DefaultWindDataset(String[] seriesNames, Object[][][] data)
Constructs a dataset based on the specified data array.
DefaultWindDataset(List seriesKeys, Object[][][] data)
Constructs a dataset based on the specified data array.

Method

Objectclone()
Returns a clone of the dataset.
booleanequals(Object obj)
Checks this WindDataset for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
ComparablegetSeriesKey(int series)
Returns the key for a series.
intindexOf(Comparable seriesKey)
Returns the index of the named series, or -1.