Header
And More


Uses of Interface
org.jfree.data.xy.WindDataset

Packages that use WindDataset
org.jfree.chart Core classes, including JFreeChart and ChartPanel
org.jfree.data.xy A package containing the XYDataset interface and related classes. 
 

Uses of WindDataset in org.jfree.chart
 

Methods in org.jfree.chart with parameters of type WindDataset
static JFreeChart ChartFactory.createWindPlot(java.lang.String title, java.lang.String xAxisLabel, java.lang.String yAxisLabel, WindDataset dataset, boolean legend, boolean tooltips, boolean urls)
          Creates a wind plot with default settings.
 

Uses of WindDataset in org.jfree.data.xy
 

Classes in org.jfree.data.xy that implement WindDataset
 class DefaultWindDataset
          A default implementation of the WindDataset interface.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.