@deprecated replaced by ImageProcessor.draw(Roi)
(ImageProcessor ip)
| 119 | * replaced by ImageProcessor.draw(Roi) |
| 120 | */ |
| 121 | public void draw(ImageProcessor ip) { |
| 122 | ip.setGlobalForegroundColor(); |
| 123 | roi.drawPixels(ip); |
| 124 | if (IJ.altKeyDown()) |
| 125 | drawLabel(ip); |
| 126 | } |
| 127 | |
| 128 | public void label(ImageProcessor ip) { |
| 129 | if (!IJ.isMacro()) { |
no test coverage detected