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

Method getFloatHeight

ij/src/main/java/ij/gui/Roi.java:2669–2674  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2667 }
2668
2669 public double getFloatHeight() {
2670 if (bounds!=null)
2671 return bounds.height;
2672 else
2673 return height;
2674 }
2675
2676 /** Overridden by PolygonRoi (angle between first two points), TextRoi (text angle) and Line (line angle). */
2677 public double getAngle() {

Callers 2

isHandleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected