Uses of Interface
org.jfree.data.WindDataset
Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.demo | |
org.jfree.data |
Data interfaces and classes.
|
-
Uses of WindDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type WindDataset Modifier and Type Method Description static JFreeChart
ChartFactory. 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.chart.demo
Methods in org.jfree.chart.demo that return WindDataset Modifier and Type Method Description static WindDataset
DemoDatasetFactory. createWindDataset1()
Creates a sample wind dataset. -
Uses of WindDataset in org.jfree.data
Classes in org.jfree.data that implement WindDataset Modifier and Type Class Description class
DefaultWindDataset
A default implementation of theWindDataset
interface.