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

Method remove

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

Removes the ROI with the specified index from this Overlay.

(int index)

Source from the content-addressed store, hash-verified

75
76 /** Removes the ROI with the specified index from this Overlay. */
77 public void remove(int index) {
78 if (index>=0)
79 list.remove(index);
80 }
81
82 /** Removes the specified ROI from this Overlay. */
83 public void remove(Roi roi) {

Callers 15

deleteOverlayRoiMethod · 0.95
undoMethod · 0.95
doOverlayMethod · 0.95
runMethod · 0.95
drawBarAsOverlayMethod · 0.95
disposeMethod · 0.95
setOverlayMethod · 0.95
removeScalebarMethod · 0.95
drawGridMethod · 0.95
showDialogMethod · 0.95
setCursorMethod · 0.95

Calls 4

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

Tested by

no test coverage detected