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

Method update

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

Draws the plot again, ignored if the plot has not been drawn before or the plot is frozen.

()

Source from the content-addressed store, hash-verified

1842
1843 /** Draws the plot again, ignored if the plot has not been drawn before or the plot is frozen. */
1844 public void update() {
1845 updateImage();
1846 }
1847
1848 /** Draws the plot again, ignored if the plot has not been drawn before or the plot is frozen.
1849 * If the ImagePlus exist, updates it and its calibration. */

Callers 1

runMethod · 0.95

Calls 1

updateImageMethod · 0.95

Tested by

no test coverage detected