Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getXBase
Method
getXBase
ij/src/main/java/ij/gui/Roi.java:2648–2653 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2646
}
2647
2648
public
double getXBase() {
2649
if
(bounds!=null)
2650
return
bounds.x;
2651
else
2652
return
x;
2653
}
2654
2655
public
double getYBase() {
2656
if
(bounds!=null)
Callers
15
isHandle
Method · 0.95
enableSubPixelResolution
Method · 0.95
getHashCode
Method · 0.95
analyzeParticle
Method · 0.80
moveRoi
Method · 0.80
addPoint2
Method · 0.80
getMask
Method · 0.80
growFloat
Method · 0.80
drawPixels
Method · 0.80
draw
Method · 0.80
drawText
Method · 0.80
PolygonRoi
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected