(long maxCount, ImageProcessor ip)
| 219 | } |
| 220 | |
| 221 | void drawPlot(long maxCount, ImageProcessor ip) { |
| 222 | if (frame == null) |
| 223 | frame = getDefaultFrame(); |
| 224 | drawPlot(histogram, maxCount, ip, frame, frameColor); |
| 225 | } |
| 226 | |
| 227 | /** Draws the histogram with linear scaling and the frame. |
| 228 | * Also used by HistogramWindow */ |
no test coverage detected