(ImagePlus imp)
| 7405 | } |
| 7406 | |
| 7407 | double clearOverlay(ImagePlus imp) { |
| 7408 | interp.getParens(); |
| 7409 | offscreenOverlay = null; |
| 7410 | Overlay overlay = imp.getOverlay(); |
| 7411 | if (overlay!=null) |
| 7412 | overlay.clear(); |
| 7413 | return Double.NaN; |
| 7414 | } |
| 7415 | |
| 7416 | private Variable doTable() { |
| 7417 | interp.getToken(); |
no test coverage detected