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

Method drawNames

ij/src/main/java/ij/gui/Overlay.java:384–389  ·  view source on GitHub ↗
(boolean b)

Source from the content-addressed store, hash-verified

382 }
383
384 public void drawNames(boolean b) {
385 drawNames = b;
386 Roi[] rois = toArray();
387 for (int i=0; i<rois.length; i++)
388 rois[i].setIgnoreClipRect(drawNames);
389 }
390
391 public boolean getDrawNames() {
392 return drawNames;

Callers 10

doOverlayMethod · 0.95
optionsMethod · 0.95
newOverlayMethod · 0.95
addRoiToOverlayMethod · 0.95
decodeOverlayOptionsMethod · 0.95
setOverlayMethod · 0.95
createMethod · 0.95
runMethod · 0.80
dialogItemChangedMethod · 0.80
setPrototypeOverlayMethod · 0.80

Calls 2

toArrayMethod · 0.95
setIgnoreClipRectMethod · 0.80

Tested by

no test coverage detected