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

Method setStack

ij/src/main/java/ij/ImagePlus.java:927–929  ·  view source on GitHub ↗

Replaces the image with the specified stack and updates the display.

(ImageStack stack)

Source from the content-addressed store, hash-verified

925
926 /** Replaces the image with the specified stack and updates the display. */
927 public void setStack(ImageStack stack) {
928 setStack(null, stack);
929 }
930
931 /** Replaces the image with the specified stack and updates
932 the display. Set 'title' to null to leave the title unchanged. */

Callers 15

ImagePlusMethod · 0.95
updateAndDrawMethod · 0.95
setImageMethod · 0.95
revertStackMethod · 0.95
flattenStackMethod · 0.95
undoMethod · 0.95
runMethod · 0.95
makeSubhyperstackMethod · 0.95
runMethod · 0.95
runMethod · 0.95
stackListMethod · 0.95
stackRangeMethod · 0.95

Calls 15

getBitDepthMethod · 0.95
getStackSizeMethod · 0.95
setCurrentSliceMethod · 0.95
getWidthMethod · 0.95
getHeightMethod · 0.95
setProcessor2Method · 0.95
getNSlicesMethod · 0.95
setSliceMethod · 0.95
isDisplayedHyperStackMethod · 0.95
setOpenAsHyperStackMethod · 0.95
getCanvasMethod · 0.95
isMacroMethod · 0.95

Tested by

no test coverage detected