ij.plugin
Class Animator

java.lang.Object
  extended by ij.plugin.Animator
All Implemented Interfaces:
PlugIn

public class Animator
extends java.lang.Object
implements PlugIn

This plugin animates stacks.


Constructor Summary
Animator()
           
 
Method Summary
(package private)  void doOptions()
           
static double getFrameRate()
          Returns the current animation speed in frames per second.
(package private)  void nextSlice()
           
(package private)  void previousSlice()
           
 void run(java.lang.String arg)
          Set 'arg' to "set" to display a dialog that allows the user to specify the animation speed.
(package private)  void setSlice()
           
(package private)  void startAnimation()
           
(package private)  void stopAnimation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Animator

public Animator()
Method Detail

run

public void run(java.lang.String arg)
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.

Specified by:
run in interface PlugIn

stopAnimation

void stopAnimation()

startAnimation

void startAnimation()

doOptions

void doOptions()

nextSlice

void nextSlice()

previousSlice

void previousSlice()

setSlice

void setSlice()

getFrameRate

public static double getFrameRate()
Returns the current animation speed in frames per second.