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

Method isLineOrPoint

ij/src/main/java/ij/gui/Roi.java:2360–2362  ·  view source on GitHub ↗

Return 'true' if this is a line or point selection.

()

Source from the content-addressed store, hash-verified

2358
2359 /** Return 'true' if this is a line or point selection. */
2360 public boolean isLineOrPoint() {
2361 return isLine() || type==POINT;
2362 }
2363
2364 /** Returns 'true' if this is an ROI primarily used from drawing
2365 (e.g., TextRoi or Arrow). */

Callers 1

Calls 1

isLineMethod · 0.95

Tested by

no test coverage detected