Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getYBase
Method
getYBase
ij/src/main/java/ij/gui/Roi.java:2655–2660 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2653
}
2654
2655
public
double getYBase() {
2656
if
(bounds!=null)
2657
return
bounds.y;
2658
else
2659
return
y;
2660
}
2661
2662
public
double getFloatWidth() {
2663
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