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

Method getMultiPointMode

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

Returns 'true' if the multi-point tool is enabled.

()

Source from the content-addressed store, hash-verified

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

Callers 7

setPropertiesMethod · 0.95
showDialogMethod · 0.95
savePointsMethod · 0.95
PointRoiMethod · 0.95
init2Method · 0.95
handleRoiMouseDownMethod · 0.95
showDialogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected