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

Method getGroup

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

Returns the group attribute of this ROI.

()

Source from the content-addressed store, hash-verified

1848
1849 /** Returns the group attribute of this ROI. */
1850 public int getGroup() {
1851 return this.group;
1852 }
1853
1854 /** Returns the group name associtated with the specified group. */
1855 public static String getGroupName(int groupNumber) {

Callers 9

doRoiMethod · 0.95
setPropertiesMethod · 0.95
setPropertiesMethod · 0.95
selectGroupMethod · 0.95
listRoisMethod · 0.80
saveResultsMethod · 0.80
putHeader2Method · 0.80
showDialogMethod · 0.80
windowActivatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected