Uses of Class
de.gsi.dataset.spi.AbstractHistogram.HistogramOuterBounds
-
Packages that use AbstractHistogram.HistogramOuterBounds Package Description de.gsi.dataset.spi -
-
Uses of AbstractHistogram.HistogramOuterBounds in de.gsi.dataset.spi
Methods in de.gsi.dataset.spi that return AbstractHistogram.HistogramOuterBounds Modifier and Type Method Description static AbstractHistogram.HistogramOuterBoundsAbstractHistogram.HistogramOuterBounds. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractHistogram.HistogramOuterBounds[]AbstractHistogram.HistogramOuterBounds. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.gsi.dataset.spi with parameters of type AbstractHistogram.HistogramOuterBounds Constructor Description AbstractHistogram(java.lang.String name, int nBinsX, double minX, double maxX, int nBinsY, double minY, double maxY, AbstractHistogram.HistogramOuterBounds boundsType)Creates 2D histogram with name and ranges [minX, maxX] and [minY, maxY]AbstractHistogram(java.lang.String name, int nBins, double minX, double maxX, AbstractHistogram.HistogramOuterBounds boundsType)Creates histogram with name and range [minX, maxX]Histogram(java.lang.String name, int nBins, double minX, double maxX, boolean horizontal, AbstractHistogram.HistogramOuterBounds boundsType)Creates histogram with name and range [minX, maxX]Histogram(java.lang.String name, int nBins, double minX, double maxX, AbstractHistogram.HistogramOuterBounds boundsType)Creates histogram with name and range [minX, maxX]Histogram2(java.lang.String name, int nBinsX, double minX, double maxX, int nBinsY, double minY, double maxY, AbstractHistogram.HistogramOuterBounds boundsType)Creates 2D histogram with name and ranges [minX, maxX] and [minY, maxY]
-