(Roi roi)
| 346 | } |
| 347 | |
| 348 | void saveLineInfo(Roi roi) { |
| 349 | Line line = (Line)roi; |
| 350 | gx1 = line.x1; |
| 351 | gy1 = line.y1; |
| 352 | gx2 = line.x2; |
| 353 | gy2 = line.y2; |
| 354 | gLength = line.getRawLength(); |
| 355 | } |
| 356 | |
| 357 | ImagePlus resliceRectOrLine(ImagePlus imp) { |
| 358 | double x1 = 0.0; |
no test coverage detected