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

Method enableSubPixelResolution

ij/src/main/java/ij/gui/Roi.java:2681–2684  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2679 }
2680
2681 public void enableSubPixelResolution() {
2682 bounds = new Rectangle2D.Double(getXBase(), getYBase(), getFloatWidth(), getFloatHeight());
2683 subPixel = true;
2684 }
2685
2686 public void setIsCursor(boolean isCursor) {
2687 this.isCursor = isCursor;

Callers 1

writeMethod · 0.45

Calls 4

getXBaseMethod · 0.95
getYBaseMethod · 0.95
getFloatWidthMethod · 0.95
getFloatHeightMethod · 0.95

Tested by

no test coverage detected