Plots a 256 bin histogram of this image and returns the PlotWindow.
()
| 3574 | |
| 3575 | /** Plots a 256 bin histogram of this image and returns the PlotWindow. */ |
| 3576 | public PlotWindow plotHistogram() { |
| 3577 | return plotHistogram(256); |
| 3578 | } |
| 3579 | |
| 3580 | /** Plots a histogram of this image using the specified |
| 3581 | number of bins and returns the PlotWindow. */ |
nothing calls this directly
no test coverage detected