| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.data.xy |
A package containing the
XYDataset interface and related classes. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWindDataset
A default implementation of the
WindDataset interface. |