Class HistogramBin
java.lang.Object
org.jfree.data.statistics.HistogramBin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Returns a clone of the bin.booleanTests this object for equality with an arbitrary object.doubleReturns the bin width.intgetCount()Returns the number of items in the bin.doubleReturns the end boundary.doubleReturns the start boundary.voidIncrements the item count.
-
Constructor Details
-
HistogramBin
Creates a new bin.- Parameters:
startBoundary- the start boundary.endBoundary- the end boundary.
-
-
Method Details
-
getCount
-
incrementCount
Increments the item count. -
getStartBoundary
-
getEndBoundary
-
getBinWidth
-
equals
-
clone
Returns a clone of the bin.- Overrides:
clonein classObject- Returns:
- A clone.
- Throws:
CloneNotSupportedException- not thrown by this class.
-