public class Importer extends Object
Modifier and Type | Field and Description |
---|---|
private LociImporter |
plugin
A handle to the plugin wrapper, for toggling
the canceled and success flags.
|
Constructor and Description |
---|
Importer(LociImporter plugin) |
Modifier and Type | Method and Description |
---|---|
void |
finish(ImportProcess process) |
static void |
main(String[] args)
Main method, for testing.
|
ImporterOptions |
parseOptions(String arg)
Parses core options.
|
ij.ImagePlus[] |
readPixels(ImagePlusReader reader,
ImporterOptions options,
DisplayHandler displayHandler) |
void |
run(String arg)
Executes the plugin.
|
void |
showDialogs(ImportProcess process) |
private LociImporter plugin
public Importer(LociImporter plugin)
public void run(String arg)
public ImporterOptions parseOptions(String arg) throws IOException
IOException
public void showDialogs(ImportProcess process) throws FormatException, IOException
FormatException
IOException
public ij.ImagePlus[] readPixels(ImagePlusReader reader, ImporterOptions options, DisplayHandler displayHandler) throws FormatException, IOException
FormatException
IOException
public void finish(ImportProcess process) throws IOException
IOException
public static void main(String[] args)
Copyright © 2016 Open Microscopy Environment