Package ij.plugin
Class Animator
java.lang.Object
ij.plugin.Animator
- All Implemented Interfaces:
PlugIn
This plugin animates stacks.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic double
Returns the current animation speed in frames per second.void
Set 'arg' to "set" to display a dialog that allows the user to specify the animation speed.
-
Constructor Details
-
Animator
public Animator()
-
-
Method Details
-
run
Set 'arg' to "set" to display a dialog that allows the user to specify the animation speed. Set it to "start" to start animating the current stack. Set it to "stop" to stop animation. Set it to "next" or "previous" to stop any animation and display the next or previous frame. -
getFrameRate
public static double getFrameRate()Returns the current animation speed in frames per second.
-