java.lang.Object | |
↳ | org.jfree.data.statistics.SimpleHistogramBin |
A bin for the SimpleHistogramDataset
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new bin.
| |||||||||||
Creates a new bin.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns
true if the specified value belongs in the bin,
and false otherwise. | |||||||||||
Returns a clone of the bin.
| |||||||||||
Compares the bin to an arbitrary object and returns the relative
ordering.
| |||||||||||
Tests this bin for equality with an arbitrary object.
| |||||||||||
Returns the item count.
| |||||||||||
Returns the lower bound.
| |||||||||||
Return the upper bound.
| |||||||||||
Returns
true if this bin overlaps with the specified bin,
and false otherwise. | |||||||||||
Sets the item count.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a new bin.
lowerBound | the lower bound (inclusive). |
---|---|
upperBound | the upper bound (inclusive); |
Creates a new bin.
lowerBound | the lower bound. |
---|---|
upperBound | the upper bound. |
includeLowerBound | include the lower bound? |
includeUpperBound | include the upper bound? |
Returns true
if the specified value belongs in the bin,
and false
otherwise.
value | the value. |
---|
Returns a clone of the bin.
CloneNotSupportedException | not thrown by this class. |
---|
Compares the bin to an arbitrary object and returns the relative ordering.
obj | the object. |
---|
Tests this bin for equality with an arbitrary object.
obj | the object (null permitted). |
---|
Returns the item count.
Returns the lower bound.
Return the upper bound.
Returns true
if this bin overlaps with the specified bin,
and false
otherwise.
bin | the other bin (null not permitted). |
---|
Sets the item count.
count | the item count. |
---|