Class Exporter

java.lang.Object
loci.plugins.out.Exporter

public class Exporter extends Object
Core logic for the Bio-Formats Exporter ImageJ plugin.
Author:
Melissa Linkert melissa at glencoesoftware.com
  • Field Details

  • Constructor Details

    • Exporter

      public Exporter(LociExporter plugin, ij.ImagePlus imp)
  • Method Details

    • removeExtension

      private String removeExtension(String name)
      Removes the extension of the specified name.
      Parameters:
      name - The name to handle.
      Returns:
      See above.
    • run

      public void run()
      Executes the plugin.