Uses of Class
org.jfree.chart.renderer.Outlier
Packages that use Outlier
Package
Description
Core support for the plug-in renderers used by the
CategoryPlot and XYPlot classes.-
Uses of Outlier in org.jfree.chart.renderer
Fields in org.jfree.chart.renderer declared as OutlierModifier and TypeFieldDescriptionprivate OutlierOutlierList.averagedOutlierThe averaged outlier.Methods in org.jfree.chart.renderer that return OutlierMethods in org.jfree.chart.renderer with parameters of type OutlierModifier and TypeMethodDescriptionbooleanAdds an outlier to the list.booleanAppends the specified element as a newOutlierListto the end of this list if it does not overlap an outlier in an existing list.booleanOutlierList.isOverlapped(Outlier other) Returnstrueif the outlier overlaps, andfalseotherwise.booleanReturns a true if outlier is overlapped and false if it is not.voidOutlierList.setAveragedOutlier(Outlier averagedOutlier) Sets the averaged outlier.private 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.Constructors in org.jfree.chart.renderer with parameters of type OutlierModifierConstructorDescriptionOutlierList(Outlier outlier) Creates a new list containing a single outlier.