Updates this image from the pixel data in its associated ImageProcessor, then displays it. The CompositeImage class overrides this method to only update the current channel.
()
| 458 | The CompositeImage class overrides this method |
| 459 | to only update the current channel. */ |
| 460 | public void updateChannelAndDraw() { |
| 461 | updateAndDraw(); |
| 462 | } |
| 463 | |
| 464 | /** Returns a reference to the current ImageProcessor. The |
| 465 | CompositeImage class overrides this method to return |
no test coverage detected