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

Method subPixelResolution

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

Returns true if this is a slection that supports sub-pixel resolution.

()

Source from the content-addressed store, hash-verified

2408
2409 /** Returns true if this is a slection that supports sub-pixel resolution. */
2410 public boolean subPixelResolution() {
2411 return subPixel;
2412 }
2413
2414 /** @deprecated Drawoffset is not used any more. */
2415 @Deprecated

Callers 15

areaToLineMethod · 0.95
saveXYCoordinatesMethod · 0.95
translateMethod · 0.95
getFloatPolygonMethod · 0.95
drawMethod · 0.95
fitSplineMethod · 0.45
getTextRoiMethod · 0.45
writeMethod · 0.45
growMethod · 0.45
PolygonRoiMethod · 0.45
moveHandleMethod · 0.45
handleMouseUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected