java.lang.Object | |
↳ | org.jfree.data.statistics.HistogramBin |
A bin for the HistogramDataset
class.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new bin.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a clone of the bin.
| |||||||||||
Tests this object for equality with an arbitrary object.
| |||||||||||
Returns the bin width.
| |||||||||||
Returns the number of items in the bin.
| |||||||||||
Returns the end boundary.
| |||||||||||
Returns the start boundary.
| |||||||||||
Increments the item count.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new bin.
startBoundary | the start boundary. |
---|---|
endBoundary | the end boundary. |
Returns a clone of the bin.
CloneNotSupportedException | not thrown by this class. |
---|
Tests this object for equality with an arbitrary object.
obj | the object to test against. |
---|
Returns the bin width.
Returns the number of items in the bin.
Returns the end boundary.
Returns the start boundary.
Increments the item count.