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

Method getPointType

ij/src/main/java/ij/gui/PointRoi.java:572–574  ·  view source on GitHub ↗

Returns the point type (0=hybrid, 1=cross, 2=dot, 3=circle).

()

Source from the content-addressed store, hash-verified

570
571 /** Returns the point type (0=hybrid, 1=cross, 2=dot, 3=circle). */
572 public int getPointType() {
573 return type;
574 }
575
576
577 /** Sets the default point size, where 'size' is 0-6 (Tiny-XXXL). */

Callers 3

writeMethod · 0.95
setPropertiesMethod · 0.80
showDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected