()
| 3755 | } |
| 3756 | |
| 3757 | double getZoom() { |
| 3758 | interp.getParens(); |
| 3759 | ImagePlus imp = getImage(); |
| 3760 | ImageCanvas ic = imp.getCanvas(); |
| 3761 | if (ic==null) |
| 3762 | {interp.error("Image not displayed"); return 0.0;} |
| 3763 | else |
| 3764 | return ic.getMagnification(); |
| 3765 | } |
| 3766 | |
| 3767 | void setAutoThreshold() { |
| 3768 | String mString = null; |
no test coverage detected