public interface WindDataset extends XYDataset
| Modifier and Type | Method and Description |
|---|---|
Number |
getWindDirection(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).
|
Number |
getWindForce(int series,
int item)
Returns the wind force on the Beaufort scale (0 to 12).
|
getDomainOrder, getItemCount, getX, getXValue, getY, getYValuegetSeriesCount, getSeriesKey, indexOfaddChangeListener, getGroup, removeChangeListener, setGroupNumber getWindDirection(int series, int item)
series - the series (in the range 0 to
getSeriesCount() - 1).item - the item (in the range 0 to
getItemCount(series) - 1).Number getWindForce(int series, int item)
http://en.wikipedia.org/wiki/Beaufort_scale
series - the series (in the range 0 to
getSeriesCount() - 1).item - the item (in the range 0 to
getItemCount(series) - 1).Copyright © 2001-2014 JFree.org. All Rights Reserved.