Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.data.statistics |
Classes for representing statistical data.
|
Modifier and Type | Method and Description |
---|---|
static JFreeChart |
ChartFactory.createBoxAndWhiskerChart(java.lang.String title,
java.lang.String timeAxisLabel,
java.lang.String valueAxisLabel,
BoxAndWhiskerXYDataset dataset,
boolean legend)
Creates and returns a default instance of a box and whisker chart.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultBoxAndWhiskerXYDataset
A simple implementation of the
BoxAndWhiskerXYDataset interface. |