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

Method setName

ij/src/main/java/ij/gui/Roi.java:2186–2188  ·  view source on GitHub ↗

Sets the name of this ROI.

(String name)

Source from the content-addressed store, hash-verified

2184
2185 /** Sets the name of this ROI. */
2186 public void setName(String name) {
2187 this.name = name;
2188 }
2189
2190 /** Sets the Paste transfer mode.
2191 @see ij.process.Blitter

Callers 15

setSelectionNameMethod · 0.95
doRoiMethod · 0.95
interpolateMethod · 0.95
addImageMethod · 0.95
updateMethod · 0.95
renameMethod · 0.95
saveOneMethod · 0.95
setPropertiesMethod · 0.95
removePositionsMethod · 0.95
drawOutlineMethod · 0.95
saveRoiMethod · 0.95
addRoiToOverlayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected