| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.renderer.category |
Plug-in renderers for the
CategoryPlot class. |
| org.jfree.data.statistics |
Classes for representing statistical data.
|
| Class and Description |
|---|
| BoxAndWhiskerCategoryDataset
A category dataset that defines various medians, outliers and an average
value for each item.
|
| BoxAndWhiskerXYDataset
An interface that defines data in the form of (x, max, min, average, median)
tuples.
|
| Class and Description |
|---|
| StatisticalCategoryDataset
A category dataset that defines a mean and standard deviation value for
each item.
|
| Class and Description |
|---|
| BoxAndWhiskerCategoryDataset
A category dataset that defines various medians, outliers and an average
value for each item.
|
| BoxAndWhiskerItem
Represents one data item within a box-and-whisker dataset.
|
| BoxAndWhiskerXYDataset
An interface that defines data in the form of (x, max, min, average, median)
tuples.
|
| HistogramType
A class for creating constants to represent the histogram type.
|
| MultiValueCategoryDataset
A category dataset that defines multiple values for each item.
|
| SimpleHistogramBin
A bin for the
SimpleHistogramDataset. |
| StatisticalCategoryDataset
A category dataset that defines a mean and standard deviation value for
each item.
|