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

Method getProcessor

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

Draws the plot (if not done before) in an ImageProcessor and returns the ImageProcessor with the plot.

()

Source from the content-addressed store, hash-verified

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. */

Callers 15

runMethod · 0.95
getProcessorMethod · 0.95
runMethod · 0.95
PlotMethod · 0.95
makeHighResolutionMethod · 0.95
getBufferedImageMethod · 0.95
updatePlotMethod · 0.95
saveAsRawMethod · 0.45
saveAsTextMethod · 0.45
getDescriptionStringMethod · 0.45
write8BitVirtualStackMethod · 0.45

Calls 1

drawMethod · 0.95

Tested by

no test coverage detected