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

Method getInsets

ij/src/main/java/ij/gui/ImageWindow.java:313–315  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

311 }
312
313 public Insets getInsets() {
314 return getInsets(true);
315 }
316
317 /** Override Container getInsets() to make room for some text above the image.
318 * With "includeSmallImageMargins", also includes the margins for padding an image

Callers 5

setZoomMethod · 0.95
fitToWindowMethod · 0.95
canEnlargeMethod · 0.95
getExtraSizeMethod · 0.95
drawInfoMethod · 0.45

Calls 3

getMagnificationMethod · 0.45
getWidthMethod · 0.45
getHeightMethod · 0.45

Tested by

no test coverage detected