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

Method tempOverlay

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

Source from the content-addressed store, hash-verified

3444 }
3445
3446 public boolean tempOverlay() {
3447 Overlay o = getOverlay();
3448 if (o==null || o.size()!=1)
3449 return false;
3450 if ("Pixel Inspector".equals(o.get(0).getName()))
3451 return true;
3452 else
3453 return false;
3454 }
3455
3456 private void setPointScale(Roi roi2, Overlay overlay2) {
3457 ImageCanvas ic = getCanvas();

Callers 4

getTransferDataMethod · 0.95
writeImageMethod · 0.80
saveAsJpegMethod · 0.80
runMethod · 0.80

Calls 5

getOverlayMethod · 0.95
sizeMethod · 0.95
getMethod · 0.95
getNameMethod · 0.65
equalsMethod · 0.45

Tested by

no test coverage detected