Documentation of 'org.jfree.data.xy.WindDataset' Java class
WindDataset
org.jfree.data.xy

Interface WindDataset

    • Method Detail

      • getWindDirection

        java.lang.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).
        Parameters:
        series - the series (in the range 0 to getSeriesCount() - 1).
        item - the item (in the range 0 to getItemCount(series) - 1).
        Returns:
        The wind direction.
      • getWindForce

        java.lang.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

        Parameters:
        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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.