org.jfree.chart.renderer
public class OutlierList extends Object
| Constructor Summary | |
|---|---|
| OutlierList(Outlier outlier)
Creates a new list containing a single outlier.
| |
| Method Summary | |
|---|---|
| boolean | add(Outlier outlier)
Adds an outlier to the list.
|
| Outlier | getAveragedOutlier()
Returns the averaged outlier.
|
| int | getItemCount()
Returns the number of outliers in the list.
|
| boolean | isMultiple()
Returns true if the list contains multiple outliers, and
false otherwise.
|
| boolean | isOverlapped(Outlier other)
Returns true if the outlier overlaps, and
false otherwise.
|
| void | setAveragedOutlier(Outlier averagedOutlier)
Sets the averaged outlier.
|
| void | setMultiple(boolean multiple)
Sets the flag that indicates whether or not this list represents
multiple outliers.
|
| void | updateAveragedOutlier()
Updates the averaged outlier.
|
Parameters: outlier the outlier.
Parameters: outlier the outlier.
Returns: A boolean.
Returns: The averaged outlier.
Returns: The item count.
true if the list contains multiple outliers, and
false otherwise.
Returns: A boolean.
true if the outlier overlaps, and
false otherwise.
Parameters: other the outlier.
Returns: A boolean.
Parameters: averagedOutlier the averaged outlier.
Parameters: multiple the flag.