MCPcopy 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

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