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

Method isFrozen

ij/src/main/java/ij/gui/Plot.java:1839–1841  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1837 }
1838
1839 public boolean isFrozen() {
1840 return pp.isFrozen;
1841 }
1842
1843 /** Draws the plot again, ignored if the plot has not been drawn before or the plot is frozen. */
1844 public void update() {

Callers 5

runMethod · 0.45
tileWindowsMethod · 0.45
mouseMovedMethod · 0.45
mouseWheelMovedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected