ij.plugin
Class NextImageOpener

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

public class NextImageOpener
extends java.lang.Object
implements PlugIn


Field Summary
(package private)  boolean closeCurrent
           
(package private)  boolean forward
           
(package private)  ImagePlus imp0
           
 
Constructor Summary
NextImageOpener()
           
 
Method Summary
(package private)  java.lang.String getName(ImagePlus imp)
           
(package private)  java.lang.String getNext(java.lang.String path, java.lang.String imageName, boolean forward)
          gets the next image name in a directory list
(package private)  java.lang.String open(java.lang.String nextPath)
           
 void run(java.lang.String arg)
          This method is called when the plugin is loaded.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

forward

boolean forward

closeCurrent

boolean closeCurrent

imp0

ImagePlus imp0
Constructor Detail

NextImageOpener

public NextImageOpener()
Method Detail

run

public void run(java.lang.String arg)
Description copied from interface: PlugIn
This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.

Specified by:
run in interface PlugIn

getName

java.lang.String getName(ImagePlus imp)

open

java.lang.String open(java.lang.String nextPath)

getNext

java.lang.String getNext(java.lang.String path,
                         java.lang.String imageName,
                         boolean forward)
gets the next image name in a directory list