Package loci.plugins
Class LociImporter
java.lang.Object
loci.plugins.LociImporter
- All Implemented Interfaces:
ij.plugin.PlugIn
ImageJ plugin for reading files using the OME Bio-Formats package.
Wraps core logic in
Importer, to avoid
direct references to classes in the external Bio-Formats library.- Author:
- Curtis Rueden ctrueden at wisc.edu, Melissa Linkert melissa at glencoesoftware.com
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
success
public boolean successFlag indicating whether last operation was successful. NB: This field must be updated properly, or the plugin will stop working correctly with HandleExtraFileTypes. -
canceled
public boolean canceledFlag indicating whether last operation was canceled. NB: This field must be updated properly, or the plugin will stop working correctly with HandleExtraFileTypes.
-
-
Constructor Details
-
LociImporter
public LociImporter()
-
-
Method Details
-
run
Executes the plugin.- Specified by:
runin interfaceij.plugin.PlugIn
-