Save This Page
Home » jcommon-1.0.13 » org.jfree » data » xy » [javadoc | source]
org.jfree.data.xy
public interface: WindDataset [javadoc | source]

All Implemented Interfaces:
    XYDataset

All Known Implementing Classes:
    DefaultWindDataset

Interface for a dataset that supplies wind intensity and direction values observed at various points in time.
Method from org.jfree.data.xy.WindDataset Summary:
getWindDirection,   getWindForce
Method from org.jfree.data.xy.WindDataset Detail:
 public 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).
 public Number getWindForce(int series,
    int item)
    Returns the wind force on the Beaufort scale (0 to 12). See:

    http://en.wikipedia.org/wiki/Beaufort_scale