Returns the virtual stack created by addToStack().
()
| 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. |
no test coverage detected