org.jfree.data.statistics
public class HistogramBin extends Object implements Cloneable, Serializable
| Constructor Summary | |
|---|---|
| HistogramBin(double startBoundary, double endBoundary)
Creates a new bin.
| |
| Method Summary | |
|---|---|
| Object | clone()
Returns a clone of the bin.
|
| boolean | equals(Object obj)
Tests this object for equality with an arbitrary object.
|
| double | getBinWidth()
Returns the bin width.
|
| int | getCount()
Returns the number of items in the bin.
|
| double | getEndBoundary()
Returns the end boundary.
|
| double | getStartBoundary()
Returns the start boundary.
|
| void | incrementCount()
Increments the item count. |
Parameters: startBoundary the start boundary. endBoundary the end boundary.
Returns: A clone.
Throws: CloneNotSupportedException not thrown by this class.
Parameters: obj the object to test against.
Returns: A boolean.
Returns: The bin width.
Returns: The item count.
Returns: The end boundary.
Returns: The start boundary.