java.lang.Object
ij.plugin.Raw
- All Implemented Interfaces:
PlugIn
This plugin implements the File/Import/Raw command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImagePlus
Opens the image at 'filePath' using the format specified by 'fi'.static ImagePlus
Opens all the images in the specified directory as a stack, using the format specified by 'fi'.static ImagePlus
openAllVirtual
(String directory, FileInfo fi) Opens all the images in the specified directory as a virtual stack, using the format specified by 'fi'.void
This method is called when the plugin is loaded.
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
run
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
Opens the image at 'filePath' using the format specified by 'fi'. -
openAll
Opens all the images in the specified directory as a stack, using the format specified by 'fi'. -
openAllVirtual
Opens all the images in the specified directory as a virtual stack, using the format specified by 'fi'.
-