- java.lang.Object
-
- ij.plugin.Raw
-
-
Constructor Summary
Constructors Constructor Description Raw()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImagePlus
open(java.lang.String filePath, FileInfo fi)
Opens the image at 'filePath' using the format specified by 'fi'.static ImagePlus
openAll(java.lang.String directory, FileInfo fi)
Opens all the images in the specified directory as a stack, using the format specified by 'fi'.static ImagePlus
openAllVirtual(java.lang.String directory, FileInfo fi)
Opens all the images in the specified directory as a virtual stack, using the format specified by 'fi'.void
run(java.lang.String arg)
This method is called when the plugin is loaded.
-
-
-
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.
-
open
public static ImagePlus open(java.lang.String filePath, FileInfo fi)
Opens the image at 'filePath' using the format specified by 'fi'.
-
openAll
public static ImagePlus openAll(java.lang.String directory, FileInfo fi)
Opens all the images in the specified directory as a stack, using the format specified by 'fi'.
-
-