Package loci.plugins

Class LociImporter

java.lang.Object
loci.plugins.LociImporter
All Implemented Interfaces:
ij.plugin.PlugIn

public class LociImporter extends Object implements 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 Details

    • success

      public boolean success
      Flag 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 canceled
      Flag 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

      public void run(String arg)
      Executes the plugin.
      Specified by:
      run in interface ij.plugin.PlugIn