| java.lang.Object | |
| ↳ | org.jfree.chart.renderer.Outlier |
Represents one outlier in the box and whisker plot.
All the coordinates in this class are in Java2D space.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an outlier item consisting of a point and the radius of the
outlier ellipse
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Compares this object with the specified object for order, based on
the outlier's point.
| |||||||||||
Tests this outlier for equality with an arbitrary object.
| |||||||||||
Returns the xy coordinates of the bounding box containing the outlier
ellipse.
| |||||||||||
Returns the radius of the outlier ellipse.
| |||||||||||
Returns the x coordinate of the bounding box containing the outlier
ellipse.
| |||||||||||
Returns the y coordinate of the bounding box containing the outlier
ellipse.
| |||||||||||
Returns a true if outlier is overlapped and false if it is not.
| |||||||||||
Sets the xy coordinates of the bounding box containing the outlier
ellipse.
| |||||||||||
Sets the radius of the outlier ellipse.
| |||||||||||
Returns a textual representation of the outlier.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Constructs an outlier item consisting of a point and the radius of the outlier ellipse
| xCoord | the x coordinate of the point. |
|---|---|
| yCoord | the y coordinate of the point. |
| radius | the radius of the ellipse. |
Compares this object with the specified object for order, based on the outlier's point.
| o | the Object to be compared. |
|---|
Tests this outlier for equality with an arbitrary object.
| obj | the object (null permitted). |
|---|
Returns the xy coordinates of the bounding box containing the outlier ellipse.
Returns the radius of the outlier ellipse.
Returns the x coordinate of the bounding box containing the outlier ellipse.
Returns the y coordinate of the bounding box containing the outlier ellipse.
Returns a true if outlier is overlapped and false if it is not. Overlapping is determined by the respective bounding boxes plus a small margin.
| other | the other outlier. |
|---|
boolean indicating whether or not an overlap has
occurred.
Sets the xy coordinates of the bounding box containing the outlier ellipse.
| point | the location. |
|---|
Sets the radius of the outlier ellipse.
| radius | the new radius. |
|---|
Returns a textual representation of the outlier.
String representing the outlier.