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 voidSimpleHistogramDataset. addBin(SimpleHistogramBin binToAdd)Adds a bin to the dataset.booleanSimpleHistogramBin. overlapsWith(SimpleHistogramBin bin)Returnstrueif this bin overlaps with the specified bin, andfalseotherwise.
-