Documentation of 'ij.plugin.Animator' Java class
Animator
ij.plugin

Class Animator

  • All Implemented Interfaces:
    PlugIn


    public class Animator
    extends java.lang.Object
    implements PlugIn
    This plugin animates stacks.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Animator() 
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      static double getFrameRate()
      Returns the current animation speed in frames per second.
      void run(java.lang.String arg)
      Set 'arg' to "set" to display a dialog that allows the user to specify the animation speed.
      • Methods inherited from class java.lang.Object

        equals, 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
      • getFrameRate

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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.