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

Method PointRoi

ij/src/main/java/ij/gui/PointRoi.java:81–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 public PointRoi() {
82 this(0.0, 0.0);
83 deletePoint(0);
84 }
85
86 /** Creates a new PointRoi using the specified int arrays of offscreen coordinates. */
87 public PointRoi(int[] ox, int[] oy, int points) {

Callers

nothing calls this directly

Calls 13

deletePointMethod · 0.95
itofMethod · 0.95
updateCountsMethod · 0.95
setOptionsMethod · 0.95
makeXorYArrayMethod · 0.95
incrementCounterMethod · 0.95
setCounterMethod · 0.95
getMultiPointModeMethod · 0.95
recordMethod · 0.95
enlargeArraysMethod · 0.80
setImageMethod · 0.45
getMagnificationMethod · 0.45

Tested by

no test coverage detected