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

Method clear

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

Removes all the ROIs in this Overlay.

()

Source from the content-addressed store, hash-verified

95
96 /** Removes all the ROIs in this Overlay. */
97 public void clear() {
98 list.clear();
99 }
100
101 /** Returns the ROI with the specified index or null if the index is invalid. */
102 public Roi get(int index) {

Callers 1

clearOverlayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected