Constructor and Description |
---|
Raw() |
Modifier and Type | Method and 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.
|
public void run(java.lang.String arg)
PlugIn
public static ImagePlus open(java.lang.String filePath, FileInfo fi)
public static ImagePlus openAll(java.lang.String directory, FileInfo fi)