Returns the rectangle tool type (RECT_ROI, ROUNDED_RECT_ROI or ROTATED_RECT_ROI).
()
| 1083 | |
| 1084 | /** Returns the rectangle tool type (RECT_ROI, ROUNDED_RECT_ROI or ROTATED_RECT_ROI). */ |
| 1085 | public static int getRectToolType() { |
| 1086 | return rectType; |
| 1087 | } |
| 1088 | |
| 1089 | /** Returns the oval tool type (OVAL_ROI, ELLIPSE_ROI or BRUSH_ROI). */ |
| 1090 | public static int getOvalToolType() { |