Called by new StackWindow(ImagePlus) before showing the StackWindow, to prepare for waitTillActivated().
()
| 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) |
no outgoing calls
no test coverage detected