Package | Description |
---|---|
org.jfree.chart.renderer |
Core support for the plug-in renderers used by the
CategoryPlot and XYPlot classes. |
Modifier and Type | Method and Description |
---|---|
Outlier |
OutlierList.getAveragedOutlier()
Returns the averaged outlier.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OutlierListCollection.add(Outlier outlier)
Appends the specified element as a new
OutlierList to the
end of this list if it does not overlap an outlier in an existing list. |
boolean |
OutlierList.add(Outlier outlier)
Adds an outlier to the list.
|
boolean |
OutlierList.isOverlapped(Outlier other)
Returns
true if the outlier overlaps, and
false otherwise. |
boolean |
Outlier.overlaps(Outlier other)
Returns a true if outlier is overlapped and false if it is not.
|
void |
OutlierList.setAveragedOutlier(Outlier averagedOutlier)
Sets the averaged outlier.
|
Constructor and Description |
---|
OutlierList(Outlier outlier)
Creates a new list containing a single outlier.
|