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

Method getInsets

ij/src/main/java/ij/gui/PlotWindow.java:342–348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers 4

preferredLayoutSizeMethod · 0.45
preferredLayoutSizeMethod · 0.45
layoutContainerMethod · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected