Package loci.plugins

Class LociExporter

java.lang.Object
loci.plugins.LociExporter
All Implemented Interfaces:
ij.plugin.filter.PlugInFilter

public class LociExporter extends Object implements ij.plugin.filter.PlugInFilter
ImageJ plugin for writing files using the OME Bio-Formats package. Wraps core logic in Exporter, to avoid direct references to classes in the external Bio-Formats library.
Author:
Melissa Linkert melissa at glencoesoftware.com
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Argument passed to setup method.
    private Exporter
     

    Fields inherited from interface ij.plugin.filter.PlugInFilter

    CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, KEEP_THRESHOLD, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, NO_UNDO_RESET, PARALLELIZE_IMAGES, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(ij.process.ImageProcessor ip)
    Executes the plugin.
    int
    setup(String arg, ij.ImagePlus imp)
    Sets up the writer.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • arg

      public String arg
      Argument passed to setup method.
    • exporter

      private Exporter exporter
  • Constructor Details

    • LociExporter

      public LociExporter()
  • Method Details

    • setup

      public int setup(String arg, ij.ImagePlus imp)
      Sets up the writer.
      Specified by:
      setup in interface ij.plugin.filter.PlugInFilter
    • run

      public void run(ij.process.ImageProcessor ip)
      Executes the plugin.
      Specified by:
      run in interface ij.plugin.filter.PlugInFilter