|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.render.category.outlier.OutlierListCollection
public class OutlierListCollection
Title: IJChart
Description: a chart library for the Java(tm) platform.
A collection of outlier lists for a box and whisker plot. Each collection is associated with a single box and whisker entity. Outliers are grouped in lists for each entity. Lists contain one or more outliers, determined by whether overlaps have occurred. Overlapping outliers are grouped in the same list.Copyright: Copyright (c) 2013
Company:
Constructor Summary | |
---|---|
OutlierListCollection()
Creates a new empty collection. |
Method Summary | |
---|---|
boolean |
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. |
java.lang.Object |
clone()
Creates and returns a copy of this object. |
boolean |
equals(java.lang.Object obj)
Tests this instance for equality with an arbitrary object. |
int |
hashCode()
Returns a hash code value for the object. |
boolean |
isHighFarOut()
A flag to indicate the presence of one or more far out values at the top end of the range. |
boolean |
isLowFarOut()
A flag to indicate the presence of one or more far out values at the bottom end of the range. |
java.util.Iterator |
iterator()
Returns an iterator for the outlier lists. |
void |
setHighFarOut(boolean farOut)
Sets the flag that indicates the presence of one or more far out values at the top end of the range. |
void |
setLowFarOut(boolean farOut)
Sets the flag that indicates the presence of one or more far out values at the bottom end of the range. |
java.lang.String |
toString()
Returns a textual representation of the outlier. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OutlierListCollection()
Method Detail |
---|
public boolean isHighFarOut()
public void setHighFarOut(boolean farOut)
farOut
- boolean
The flag.public boolean isLowFarOut()
public void setLowFarOut(boolean farOut)
farOut
- boolean
The flag.public boolean add(Outlier outlier)
outlier
- Outlier
Element to be appended to this list.
public java.util.Iterator iterator()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object (null permitted).
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- if the object's class does not
support the Cloneable interface. Subclasses
that override the clone method can also
throw this exception to indicate that an instance cannot
be cloned.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |