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

Method dispose

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

Releases the resources used by this PlotWindow

()

Source from the content-addressed store, hash-verified

355
356 /** Releases the resources used by this PlotWindow */
357 public void dispose() {
358 if (plot!=null)
359 plot.dispose();
360 disableLivePlot();
361 plot = null;
362 plotMaker = null;
363 srcImp = null;
364 super.dispose();
365 }
366
367 /** Called when the window is activated (WindowListener)
368 * Window layout is finished at latest a few millisec after windowActivated, then the

Callers

nothing calls this directly

Calls 1

disableLivePlotMethod · 0.95

Tested by

no test coverage detected