| org.jfree.data.xy.WindDataset |
Known Indirect Subclasses
|
Interface for a dataset that supplies wind intensity and direction values observed at various points in time.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the wind direction (should be in the range 0 to 12,
corresponding to the positions on an upside-down clock face).
| |||||||||||
Returns the wind force on the Beaufort scale (0 to 12).
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.jfree.data.general.Dataset
| |||||||||||
From interface
org.jfree.data.general.SeriesDataset
| |||||||||||
From interface
org.jfree.data.xy.XYDataset
| |||||||||||
Returns the wind direction (should be in the range 0 to 12, corresponding to the positions on an upside-down clock face).
| series | the series (in the range 0 to
getSeriesCount() - 1). |
|---|---|
| item | the item (in the range 0 to
getItemCount(series) - 1). |
Returns the wind force on the Beaufort scale (0 to 12). See:
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). |