Uses of Class
org.jfree.chart.renderer.Outlier
| Package | Description |
|---|---|
| org.jfree.chart.renderer |
Plug-in renderers for the
CategoryPlot and XYPlot classes. |
-
Uses of Outlier in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer that return Outlier Modifier and Type Method Description OutlierOutlierList. getAveragedOutlier()Returns the averaged outlier.Methods in org.jfree.chart.renderer with parameters of type Outlier Modifier and Type Method Description booleanOutlierList. add(Outlier outlier)Adds an outlier to the list.booleanOutlierListCollection. add(Outlier outlier)Appends 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.booleanOutlier. overlaps(Outlier other)Returns a true if outlier is overlapped and false if it is not.voidOutlierList. setAveragedOutlier(Outlier averagedOutlier)Sets the averaged outlier.Constructors in org.jfree.chart.renderer with parameters of type Outlier Constructor Description OutlierList(Outlier outlier)Creates a new list containing a single outlier.