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

Method getStack

ij/src/main/java/ij/gui/Plot.java:1802–1805  ·  view source on GitHub ↗

Returns the virtual stack created by addToStack().

()

Source from the content-addressed store, hash-verified

1800
1801 /** Returns the virtual stack created by addToStack(). */
1802 public PlotVirtualStack getStack() {
1803 IJ.showStatus("");
1804 return stack;
1805 }
1806
1807 /** Draws the plot specified for the first time. Does nothing if the plot has been drawn already.
1808 * Call getProcessor to retrieve the ImageProcessor with it.

Callers 15

showMethod · 0.95
setupDialogMethod · 0.45
undoMethod · 0.45
createMethod · 0.45
isMethod · 0.45
swapStackImagesMethod · 0.45
saveAsTiffMethod · 0.45
saveAsTiffStackMethod · 0.45
serializeMethod · 0.45
saveAsZipMethod · 0.45
saveAsRawStackMethod · 0.45
setStackDisplayRangeMethod · 0.45

Calls 1

showStatusMethod · 0.95

Tested by

no test coverage detected