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

Method setDeactivated

ij/src/main/java/ij/ImagePlus.java:680–682  ·  view source on GitHub ↗

Called by new StackWindow(ImagePlus) before showing the StackWindow, to prepare for waitTillActivated().

()

Source from the content-addressed store, hash-verified

678 * waitTillActivated().
679 */
680 public void setDeactivated() {
681 activated = false;
682 }
683
684 /** Returns this image as a AWT image. */
685 @AstroImageJ(reason = "Support for Vectorized and Scaled plots", modified = true)

Callers 3

ImageWindowMethod · 0.80
StackWindowMethod · 0.80
AstroStackWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected