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(String title,
String xAxisLabel,
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. |
Copyright © 2001–2017 JFree.org. All rights reserved.