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

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

Introduction

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

The text is from its open source code.

Implementation

org.jfree.data.xy.WindDataset has the following implementations.
Click this link to see all its implementation.

Method

NumbergetWindDirection(int series, int item)
Returns the wind direction (should be in the range 0 to 12, corresponding to the positions on an upside-down clock face).
NumbergetWindForce(int series, int item)
Returns the wind force on the Beaufort scale (0 to 12).
NumbergetX(int series, int item)
Returns the x-value for an item within a series.