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

Method stopAnimation

ij/src/main/java/ij/plugin/Animator.java:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 void stopAnimation() {
93 swin.setAnimate(false);
94 IJ.wait(500+(int)(1000.0/animationRate));
95 }
96
97 void startAnimation() {
98 int first=firstFrame, last=lastFrame;

Callers 3

runMethod · 0.95
startAnimationMethod · 0.95
changeSliceMethod · 0.95

Calls 2

waitMethod · 0.95
setAnimateMethod · 0.80

Tested by

no test coverage detected