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. 
 | 
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
IOExceptionpublic void showDialogs(ImportProcess process) throws FormatException, IOException
FormatExceptionIOExceptionpublic ImagePlus[] readPixels(ImagePlusReader reader, ImporterOptions options, DisplayHandler displayHandler) throws FormatException, IOException
FormatExceptionIOExceptionpublic void finish(ImportProcess process) throws IOException
IOExceptionpublic static void main(String[] args)
Copyright © 2015 Open Microscopy Environment