()
| 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() { |
no outgoing calls
no test coverage detected