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

Method isLine

ij/src/main/java/ij/gui/Toolbar.java:1458–1460  ·  view source on GitHub ↗
(int tool)

Source from the content-addressed store, hash-verified

1456 }
1457
1458 boolean isLine(int tool) {
1459 return tool==LINE || tool==POLYLINE || tool==FREELINE;
1460 }
1461
1462 public void restorePreviousTool() {
1463 setTool2(mpPrevious);

Callers 2

setToolMethod · 0.95
triggerPopupMenuMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected