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

Method add

ij/src/main/java/ij/gui/Overlay.java:44–47  ·  view source on GitHub ↗

Adds an ROI to this Overlay.

(Roi roi)

Source from the content-addressed store, hash-verified

42
43 /** Adds an ROI to this Overlay. */
44 public void add(Roi roi) {
45 if (roi!=null)
46 list.add(roi);
47 }
48
49 /** Adds an ROI to this Overlay using the specified name. */
50 public void add(Roi roi, String name) {

Callers 15

addRoiMethod · 0.95
convertMethod · 0.95
drawBarAsOverlayMethod · 0.95
convertStackToImagesMethod · 0.95
setOverlayMethod · 0.95
addSelectionMethod · 0.95
addImageMethod · 0.95
runMethod · 0.95
labelHyperstackMethod · 0.95
createScaleBarOverlayMethod · 0.95
updateScalebarMethod · 0.95

Calls 4

addMethod · 0.65
setNameMethod · 0.45
sizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected