Uses of Class
org.jfree.data.statistics.SimpleHistogramBin
-
Packages that use SimpleHistogramBin Package Description org.jfree.data.statistics Classes for representing statistical data. -
-
Uses of SimpleHistogramBin in org.jfree.data.statistics
Methods in org.jfree.data.statistics with parameters of type SimpleHistogramBin Modifier and Type Method Description void
SimpleHistogramDataset. addBin(SimpleHistogramBin bin)
Adds a bin to the dataset.boolean
SimpleHistogramBin. overlapsWith(SimpleHistogramBin bin)
Returnstrue
if this bin overlaps with the specified bin, andfalse
otherwise.
-