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

Method setAnimate

ij/src/main/java/ij/gui/StackWindow.java:449–453  ·  view source on GitHub ↗
(boolean b)

Source from the content-addressed store, hash-verified

447 }
448
449 public void setAnimate(boolean b) {
450 if (running2!=b && animationSelector!=null)
451 animationSelector.updatePlayPauseIcon();
452 running2 = b;
453 }
454
455 public boolean getAnimate() {
456 return running2;

Callers 3

stopAnimationMethod · 0.80
startAnimationMethod · 0.80
mousePressedMethod · 0.80

Calls 1

updatePlayPauseIconMethod · 0.80

Tested by

no test coverage detected