@deprecated replaced by drawPixels(ImageProcessor)
()
| 1510 | * replaced by drawPixels(ImageProcessor) |
| 1511 | */ |
| 1512 | public void drawPixels() { |
| 1513 | if (imp!=null) |
| 1514 | drawPixels(imp.getProcessor()); |
| 1515 | } |
| 1516 | |
| 1517 | /** Draws the selection outline on the specified ImageProcessor. |
| 1518 | @see ij.process.ImageProcessor#setColor |
no test coverage detected