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

Method getHideOverlay

ij/src/main/java/ij/ImagePlus.java:3537–3539  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3535 }
3536
3537 public boolean getHideOverlay() {
3538 return hideOverlay;
3539 }
3540
3541 public boolean toggleOverlay() {
3542 if (getOverlay()!=null)

Callers 15

doOverlayMethod · 0.95
runMethod · 0.95
getTransferDataMethod · 0.95
printMethod · 0.95
reduceMethod · 0.80
getInfoMethod · 0.80
writeImageMethod · 0.80
runMethod · 0.80
cropMethod · 0.80
saveAsJpegMethod · 0.80
createNewStackMethod · 0.80
scaleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected