public class Importer extends Object
| Modifier and Type | Field and Description | 
|---|---|
| private LociImporter | pluginA 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
IOExceptionpublic void showDialogs(ImportProcess process) throws FormatException, IOException
FormatExceptionIOExceptionpublic ij.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 © 2017 Open Microscopy Environment