Uses of Interface
com.jrefinery.data.WindDataset

Packages that use WindDataset
com.jrefinery.chart The main classes in the JFreeChart class library. 
com.jrefinery.chart.demo Demonstration applications for the JFreeChart class library. 
com.jrefinery.data Data interfaces and classes. 
 

Uses of WindDataset in com.jrefinery.chart
 

Methods in com.jrefinery.chart with parameters of type WindDataset
static JFreeChart ChartFactory.createWindPlot(java.lang.String title, java.lang.String xAxisLabel, java.lang.String yAxisLabel, WindDataset data, boolean legend)
          Creates a wind plot with default settings.
 

Uses of WindDataset in com.jrefinery.chart.demo
 

Methods in com.jrefinery.chart.demo that return WindDataset
static WindDataset DemoDatasetFactory.createWindDataset1()
          Creates a sample wind dataset.
 

Uses of WindDataset in com.jrefinery.data
 

Classes in com.jrefinery.data that implement WindDataset
 class DefaultWindDataset
          A default implementation of the WindDataset interface.