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

Method drawLabel

ij/src/main/java/ij/plugin/filter/Filler.java:174–178  ·  view source on GitHub ↗
(ImageProcessor ip)

Source from the content-addressed store, hash-verified

172 }
173
174 void drawLabel(ImageProcessor ip) {
175 int count = Analyzer.getCounter();
176 if (count>0 && roi!=null)
177 drawLabel(imp, ip, count, roi.getBounds());
178 }
179
180 public void drawLabel(ImagePlus imp, ImageProcessor ip, int count, Rectangle r) {
181 Color foreground = Toolbar.getForegroundColor();

Callers 4

drawOrFillMethod · 0.95
drawMethod · 0.95
labelMethod · 0.95
drawParticleLabelsMethod · 0.95

Calls 15

getCounterMethod · 0.95
getForegroundColorMethod · 0.95
getBackgroundColorMethod · 0.95
getMagnificationMethod · 0.95
getBoundsMethod · 0.65
setFontMethod · 0.65
setColorMethod · 0.65
equalsMethod · 0.45
getCanvasMethod · 0.45
getStringWidthMethod · 0.45
maxMethod · 0.45
getFontMetricsMethod · 0.45

Tested by

no test coverage detected