Returns the oval tool type (OVAL_ROI, ELLIPSE_ROI or BRUSH_ROI).
()
| 1088 | |
| 1089 | /** Returns the oval tool type (OVAL_ROI, ELLIPSE_ROI or BRUSH_ROI). */ |
| 1090 | public static int getOvalToolType() { |
| 1091 | return ovalType; |
| 1092 | } |
| 1093 | |
| 1094 | /** Returns the button width (button spacing). */ |
| 1095 | public static int getButtonSize() { |