Uses of Interface
org.jfree.data.xy.WindDataset
-
Packages that use WindDataset Package Description org.jfree.chart Core classes for JFreeChart includingJFreeChartandChartFactory.org.jfree.data.xy A package containing theXYDatasetinterface and related classes. -
-
Uses of WindDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type WindDataset Modifier and Type Method Description static JFreeChartChartFactory. createWindPlot(String title, String xAxisLabel, 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 Modifier and Type Class Description classDefaultWindDatasetA default implementation of theWindDatasetinterface.
-