|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.data.statistics.HistogramBin
public class HistogramBin
A bin for the HistogramDataset
class.
Constructor Summary | |
---|---|
HistogramBin(double startBoundary,
double endBoundary)
Creates a new bin. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a clone of the bin. |
boolean |
equals(java.lang.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. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HistogramBin(double startBoundary, double endBoundary)
startBoundary
- the start boundary.endBoundary
- the end boundary.Method Detail |
---|
public int getCount()
public void incrementCount()
public double getStartBoundary()
public double getEndBoundary()
public double getBinWidth()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object to test against.
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- not thrown by this class.
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |