Uses of Class
org.jfree.chart.renderer.OutlierList
-
Packages that use OutlierList Package Description org.jfree.chart.renderer Core support for the plug-in renderers used by theCategoryPlot
andXYPlot
classes. -
-
Uses of OutlierList in org.jfree.chart.renderer
Fields in org.jfree.chart.renderer with type parameters of type OutlierList Modifier and Type Field Description private java.util.List<OutlierList>
OutlierListCollection. outlierLists
Storage for the outlier lists.Methods in org.jfree.chart.renderer that return types with arguments of type OutlierList Modifier and Type Method Description java.util.Iterator<OutlierList>
OutlierListCollection. iterator()
Returns an iterator for the outlier lists.Methods in org.jfree.chart.renderer with parameters of type OutlierList Modifier and Type Method 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 coordinate values of the outliers in the list.
-