Returns 'true' if the multi-point tool is enabled.
()
| 1078 | |
| 1079 | /** Returns 'true' if the multi-point tool is enabled. */ |
| 1080 | public static boolean getMultiPointMode() { |
| 1081 | return multiPointMode; |
| 1082 | } |
| 1083 | |
| 1084 | /** Returns the rectangle tool type (RECT_ROI, ROUNDED_RECT_ROI or ROTATED_RECT_ROI). */ |
| 1085 | public static int getRectToolType() { |
no outgoing calls
no test coverage detected