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

Method addElement

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

Adds an ROI to this Overlay.

(Roi roi)

Source from the content-addressed store, hash-verified

61
62 /** Adds an ROI to this Overlay. */
63 public void addElement(Roi roi) {
64 if (roi!=null)
65 list.add(roi);
66 }
67
68 /** Replaces the ROI at the specified index. */
69 public void set(Roi roi, int index) {

Callers 15

addImageListenerMethod · 0.45
addEventListenerMethod · 0.45
addCommandListenerMethod · 0.45
registerMethod · 0.45
installPluginsMethod · 0.45
getPluginsMethod · 0.45
checkSubdirectoryMethod · 0.45
installPluginMethod · 0.45
newArrayMethod · 0.45
getListMethod · 0.45
listToArraysMethod · 0.45

Calls 1

addMethod · 0.65

Tested by

no test coverage detected