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

Method setPlot

ij/src/main/java/ij/gui/PlotWindow.java:351–354  ·  view source on GitHub ↗

Sets the Plot object shown in this PlotWindow. Does not update the window.

(Plot plot)

Source from the content-addressed store, hash-verified

349
350 /** Sets the Plot object shown in this PlotWindow. Does not update the window. */
351 public void setPlot(Plot plot) {
352 this.plot = plot;
353 ((PlotCanvas)getCanvas()).setPlot(plot);
354 }
355
356 /** Releases the resources used by this PlotWindow */
357 public void dispose() {

Callers 5

runMethod · 0.45
PlotWindowMethod · 0.45
drawPlotMethod · 0.45
runMethod · 0.45
showMethod · 0.45

Calls 1

getCanvasMethod · 0.45

Tested by

no test coverage detected