()
| 340 | } |
| 341 | |
| 342 | @Override |
| 343 | @AstroImageJ(reason = "Correction for plot window bounds to go to top of window.") |
| 344 | public Insets getInsets() { |
| 345 | Insets b = super.getInsets(); |
| 346 | b.set(b.top, b.left, b.bottom, b.right); |
| 347 | return b; |
| 348 | } |
| 349 | |
| 350 | /** Sets the Plot object shown in this PlotWindow. Does not update the window. */ |
| 351 | public void setPlot(Plot plot) { |
no test coverage detected