Returns the size of the selection brush tool, or 0 if the brush tool is not enabled.
()
| 1040 | |
| 1041 | /** Returns the size of the selection brush tool, or 0 if the brush tool is not enabled. */ |
| 1042 | public static int getBrushSize() { |
| 1043 | if (ovalType==BRUSH_ROI) |
| 1044 | return brushSize; |
| 1045 | else |
| 1046 | return 0; |
| 1047 | } |
| 1048 | |
| 1049 | /** Set the size of the selection brush tool, in pixels. */ |
| 1050 | public static void setBrushSize(int size) { |
no outgoing calls
no test coverage detected