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

Method size

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

Returns the number of ROIs in this Overlay.

()

Source from the content-addressed store, hash-verified

153
154 /** Returns the number of ROIs in this Overlay. */
155 public int size() {
156 return list.size();
157 }
158
159 /** Returns on array containing the ROIs in this Overlay. */
160 public Roi[] toArray() {

Callers 15

createRoiMaskMethod · 0.95
flattenStackMethod · 0.95
tempOverlayMethod · 0.95
deleteOverlayRoiMethod · 0.95
undoMethod · 0.95
doOverlayMethod · 0.95
convertMethod · 0.95
getInfoMethod · 0.95
runMethod · 0.95
drawBarAsOverlayMethod · 0.95
runMethod · 0.95
convertStackToImagesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected