java.lang.Object | |
↳ | org.jfree.data.statistics.BoxAndWhiskerItem |
Represents one data item within a box-and-whisker dataset. Instances of this class are immutable.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new box-and-whisker item.
| |||||||||||
Creates a new box-and-whisker item.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tests this object for equality with an arbitrary object.
| |||||||||||
Returns the maximum outlier.
| |||||||||||
Returns the maximum regular value.
| |||||||||||
Returns the mean.
| |||||||||||
Returns the median.
| |||||||||||
Returns the minimum outlier.
| |||||||||||
Returns the minimum regular value.
| |||||||||||
Returns a list of outliers.
| |||||||||||
Returns the first quartile.
| |||||||||||
Returns the third quartile.
| |||||||||||
Returns a string representation of this instance, primarily for
debugging purposes.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new box-and-whisker item.
mean | the mean (null permitted). |
---|---|
median | the median (null permitted). |
q1 | the first quartile (null permitted). |
q3 | the third quartile (null permitted). |
minRegularValue | the minimum regular value (null
permitted). |
maxRegularValue | the maximum regular value (null
permitted). |
minOutlier | the minimum outlier (null permitted). |
maxOutlier | the maximum outlier (null permitted). |
outliers | the outliers (null permitted).
|
Creates a new box-and-whisker item.
mean | the mean. |
---|---|
median | the median |
q1 | the first quartile. |
q3 | the third quartile. |
minRegularValue | the minimum regular value. |
maxRegularValue | the maximum regular value. |
minOutlier | the minimum outlier value. |
maxOutlier | the maximum outlier value. |
outliers | a list of the outliers. |
Tests this object for equality with an arbitrary object.
obj | the object to test against (null permitted). |
---|
Returns the maximum outlier.
null
).
Returns the maximum regular value.
null
).
Returns the minimum outlier.
null
).
Returns the minimum regular value.
null
).
Returns a string representation of this instance, primarily for debugging purposes.