MCPcopy 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

isHandleMethod · 0.95
getHashCodeMethod · 0.95
analyzeParticleMethod · 0.80
moveRoiMethod · 0.80
addPoint2Method · 0.80
getMaskMethod · 0.80
growFloatMethod · 0.80
drawPixelsMethod · 0.80
drawMethod · 0.80
drawTextMethod · 0.80
PolygonRoiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected