Package loci.plugins.in
Class Importer
java.lang.Object
loci.plugins.in.Importer
Core logic for the Bio-Formats Importer ImageJ plugin.
- Author:
- Curtis Rueden ctrueden at wisc.edu, Melissa Linkert melissa at glencoesoftware.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate LociImporterA handle to the plugin wrapper, for toggling the canceled and success flags. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinish(ImportProcess process) static voidMain method, for testing.parseOptions(String arg) Parses core options.ij.ImagePlus[]readPixels(ImagePlusReader reader, ImporterOptions options, DisplayHandler displayHandler) voidExecutes the plugin.voidshowDialogs(ImportProcess process)
-
Field Details
-
plugin
A handle to the plugin wrapper, for toggling the canceled and success flags.
-
-
Constructor Details
-
Importer
-
-
Method Details
-
run
Executes the plugin. -
parseOptions
Parses core options.- Throws:
IOException
-
showDialogs
- Throws:
FormatExceptionIOException
-
readPixels
public ij.ImagePlus[] readPixels(ImagePlusReader reader, ImporterOptions options, DisplayHandler displayHandler) throws FormatException, IOException - Throws:
FormatExceptionIOException
-
finish
- Throws:
IOException
-
main
Main method, for testing.
-