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

Method getFrameRate

ij/src/main/java/ij/plugin/Animator.java:402–404  ·  view source on GitHub ↗

Returns the current animation speed in frames per second.

()

Source from the content-addressed store, hash-verified

400
401 /** Returns the current animation speed in frames per second. */
402 public static double getFrameRate() {
403 return animationRate;
404 }
405
406}

Callers 3

savePreferencesMethod · 0.95
runMethod · 0.95
getFrameRateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected