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

Method drawLabels

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

Source from the content-addressed store, hash-verified

374 }
375
376 public void drawLabels(boolean b) {
377 label = b;
378 }
379
380 public boolean getDrawLabels() {
381 return label;

Callers 13

createNewRoiMethod · 0.95
doOverlayMethod · 0.95
moveRoisToOverlayMethod · 0.95
newOverlayMethod · 0.95
addRoiToOverlayMethod · 0.95
decodeOverlayOptionsMethod · 0.95
setOverlayMethod · 0.95
createMethod · 0.95
setLabelFontSizeMethod · 0.95
setDisplayListMethod · 0.95
drawOverlayMethod · 0.45
setPrototypeOverlayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected