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

Method scalableLabels

ij/src/main/java/ij/gui/Overlay.java:493–495  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

491 }
492
493 public boolean scalableLabels() {
494 return scalableLabels;
495 }
496
497 public String toString() {
498 return "Overlay[size="+size()+" "+(scalableLabels?"scale":"")+" "+Colors.colorToString(getLabelColor())+"]";

Callers 5

setOverlayMethod · 0.95
saveOverlayOptionsMethod · 0.95
newOverlayMethod · 0.80
drawOverlayMethod · 0.80
setPrototypeOverlayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected