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

Method getSize

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

The size of the plot including borders with axis labels etc., in pixels

()

Source from the content-addressed store, hash-verified

544
545 /** The size of the plot including borders with axis labels etc., in pixels */
546 public Dimension getSize() {
547 if (ip == null)
548 getBlankProcessor();
549 return new Dimension(ip.getWidth(), ip.getHeight());
550 }
551
552 /** Sets the plot frame size in (unscaled) pixels. This size does not include the
553 * borders with the axis labels. Also sets the scale to 1.0.

Callers 2

runMethod · 0.95
addToStackMethod · 0.95

Calls 3

getBlankProcessorMethod · 0.95
getWidthMethod · 0.45
getHeightMethod · 0.45

Tested by

no test coverage detected