java.lang.Object | |
↳ | org.jfree.chart.renderer.OutlierList |
A collection of outliers for a single entity in a box and whisker plot. Outliers are grouped in lists for each entity. Lists contain one or more outliers, determined by whether overlaps have occured. Overlapping outliers are grouped in the same list. Each list contains an averaged outlier, which is the same as a single outlier if there is only one outlier in the list, but the average of all the outliers in the list if there is more than one. NB This is simply my scheme for displaying outliers, and might not be acceptable by the wider community.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new list containing a single outlier.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds an outlier to the list.
| |||||||||||
Returns the averaged outlier.
| |||||||||||
Returns the number of outliers in the list.
| |||||||||||
Returns
true if the list contains multiple outliers, and
false otherwise. | |||||||||||
Returns
true if the outlier overlaps, and
false otherwise. | |||||||||||
Sets the averaged outlier.
| |||||||||||
Sets the flag that indicates whether or not this list represents
multiple outliers.
| |||||||||||
Updates the averaged outlier.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new list containing a single outlier.
outlier | the outlier. |
---|
Adds an outlier to the list.
outlier | the outlier. |
---|
Returns the number of outliers in the list.
Returns true
if the list contains multiple outliers, and
false
otherwise.
Returns true
if the outlier overlaps, and
false
otherwise.
other | the outlier. |
---|
Sets the averaged outlier.
averagedOutlier | the averaged outlier. |
---|
Sets the flag that indicates whether or not this list represents multiple outliers.
multiple | the flag. |
---|
Updates the averaged outlier.