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

Method toString

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

Source from the content-addressed store, hash-verified

495 }
496
497 public String toString() {
498 return "Overlay[size="+size()+" "+(scalableLabels?"scale":"")+" "+Colors.colorToString(getLabelColor())+"]";
499 }
500
501 /** Updates overlays created by the particle analyzer
502 after rows are deleted from the Results table. */

Callers 1

getInfoMethod · 0.95

Calls 3

sizeMethod · 0.95
colorToStringMethod · 0.95
getLabelColorMethod · 0.95

Tested by

no test coverage detected