| Package | Description |
|---|---|
| org.jfree.chart.renderer |
Core support for the plug-in renderers used by the
CategoryPlot and XYPlot classes. |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
OutlierListCollection.updateOutlierList(OutlierList list,
Outlier outlier)
Updates the outlier list by adding the outlier to the end of the list and
setting the averaged outlier to the average x and y coordinnate values
of the outliers in the list.
|