()
| 79 | } |
| 80 | |
| 81 | public PointRoi() { |
| 82 | this(0.0, 0.0); |
| 83 | deletePoint(0); |
| 84 | } |
| 85 | |
| 86 | /** Creates a new PointRoi using the specified int arrays of offscreen coordinates. */ |
| 87 | public PointRoi(int[] ox, int[] oy, int points) { |
nothing calls this directly
no test coverage detected