Returns the group attribute of this ROI.
()
| 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) { |
no outgoing calls
no test coverage detected