MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getOvalToolType

Method getOvalToolType

ij/src/main/java/ij/gui/Toolbar.java:1090–1092  ·  view source on GitHub ↗

Returns the oval tool type (OVAL_ROI, ELLIPSE_ROI or BRUSH_ROI).

()

Source from the content-addressed store, hash-verified

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() {

Callers 1

createNewRoiMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected