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

Method getMinimumSize

ij/src/main/java/ij/gui/Plot.java:606–609  ·  view source on GitHub ↗

The minimum plot size including borders, in pixels (at scale=1)

()

Source from the content-addressed store, hash-verified

604
605 /** The minimum plot size including borders, in pixels (at scale=1) */
606 public Dimension getMinimumSize() {
607 return new Dimension(MIN_FRAMEWIDTH + leftMargin + rightMargin,
608 MIN_FRAMEHEIGHT + topMargin + bottomMargin);
609 }
610
611 /** Adjusts the format with another plot as a template, using the current
612 * (usually default) templateFlags of this plot.

Callers 5

setSizeMethod · 0.95
decodeFileInfoMethod · 0.45
resizeCanvasMethod · 0.45
layoutContainerMethod · 0.45
scaleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected