Class modifiedImagesToStack

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

public class modifiedImagesToStack
extends java.lang.Object
implements ij.plugin.PlugIn

Adapted from the ImageJ Developer Source.
Implements the "Image/Stacks/Images to Stack" command.


Constructor Summary
modifiedImagesToStack()
           
 
Method Summary
 void convertImagesToStack()
           
 void run(java.lang.String arg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

modifiedImagesToStack

public modifiedImagesToStack()
Method Detail

run

public void run(java.lang.String arg)
Specified by:
run in interface ij.plugin.PlugIn

convertImagesToStack

public void convertImagesToStack()