MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / drawPlot

Method drawPlot

ij/src/main/java/ij/gui/HistogramPlot.java:221–225  ·  view source on GitHub ↗
(long maxCount, ImageProcessor ip)

Source from the content-addressed store, hash-verified

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 */

Callers 3

drawHistogramMethod · 0.95
replotMethod · 0.95
drawHistogramMethod · 0.95

Calls 4

getDefaultFrameMethod · 0.95
drawRectMethod · 0.80
setColorMethod · 0.65
drawLineMethod · 0.45

Tested by

no test coverage detected