Replaces the ImageProcessor with the one specified and updates the display. With stacks, the ImageProcessor must be the same type as the other images in the stack and it must be the same width and height.
(ImageProcessor ip)
| 853 | display. With stacks, the ImageProcessor must be the same type as the |
| 854 | other images in the stack and it must be the same width and height. */ |
| 855 | public void setProcessor(ImageProcessor ip) { |
| 856 | setProcessor(null, ip); |
| 857 | } |
| 858 | |
| 859 | /** Replaces the ImageProcessor with the one specified and updates the display. With |
| 860 | stacks, the ImageProcessor must be the same type as other images in the stack and |
no test coverage detected