()
| 371 | |
| 372 | |
| 373 | @AstroImageJ(reason = "Overload to preserve original functionality of updateAndDraw") |
| 374 | public synchronized void updateAndDraw() { |
| 375 | updateAndDraw(true); |
| 376 | } |
| 377 | |
| 378 | /** Updates this image from the pixel data in its |
| 379 | associated ImageProcessor, then displays it. Does |
no test coverage detected