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

Method getRectToolType

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

Returns the rectangle tool type (RECT_ROI, ROUNDED_RECT_ROI or ROTATED_RECT_ROI).

()

Source from the content-addressed store, hash-verified

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

Callers 1

createNewRoiMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected