Uses of Class
org.jfree.chart.renderer.Outlier
-
Uses of Outlier in org.jfree.chart.renderer
Modifier and TypeMethodDescriptionboolean
Adds an outlier to the list.boolean
Appends the specified element as a newOutlierList
to the end of this list if it does not overlap an outlier in an existing list.boolean
OutlierList.isOverlapped
(Outlier other) Returnstrue
if the outlier overlaps, andfalse
otherwise.boolean
Returns a true if outlier is overlapped and false if it is not.void
OutlierList.setAveragedOutlier
(Outlier averagedOutlier) Sets the averaged outlier.ModifierConstructorDescriptionOutlierList
(Outlier outlier) Creates a new list containing a single outlier.