Sets the Plot object shown in this PlotWindow. Does not update the window.
(Plot plot)
| 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() { |