MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / updateChannelAndDraw

Method updateChannelAndDraw

ij/src/main/java/ij/ImagePlus.java:460–462  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

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

Callers 2

updateAndDrawMethod · 0.95
doUpdateMethod · 0.95

Calls 1

updateAndDrawMethod · 0.95

Tested by

no test coverage detected