Draws the plot (if not done before) in an ImageProcessor and returns the ImageProcessor with the plot.
()
| 1663 | |
| 1664 | /** Draws the plot (if not done before) in an ImageProcessor and returns the ImageProcessor with the plot. */ |
| 1665 | public ImageProcessor getProcessor() { |
| 1666 | draw(); |
| 1667 | return ip; |
| 1668 | } |
| 1669 | |
| 1670 | /** Returns the plot as an ImagePlus. |
| 1671 | * If an ImagePlus for this plot already exists, displays the plot in that ImagePlus and returns it. */ |
no test coverage detected