Uses of Class
org.jfree.chart.renderer.OutlierList
Packages that use OutlierList
Package
Description
Core support for the plug-in renderers used by the
CategoryPlot and XYPlot classes.-
Uses of OutlierList in org.jfree.chart.renderer
Fields in org.jfree.chart.renderer with type parameters of type OutlierListModifier and TypeFieldDescriptionprivate final List<OutlierList> OutlierListCollection.outlierListsStorage for the outlier lists.Methods in org.jfree.chart.renderer that return types with arguments of type OutlierListModifier and TypeMethodDescriptionOutlierListCollection.iterator()Returns an iterator for the outlier lists.Methods in org.jfree.chart.renderer with parameters of type OutlierListModifier and TypeMethodDescriptionprivate booleanOutlierListCollection.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 coordinate values of the outliers in the list.