Module ij
Package ij.plugin

Class BatchConverter

java.lang.Object
ij.plugin.BatchConverter
All Implemented Interfaces:
PlugIn, ActionListener, EventListener

public class BatchConverter extends Object implements PlugIn, ActionListener
This plugin implements the File/ /Convert command, which converts the images in a folder to a specified format.
  • Constructor Details

    • BatchConverter

      public BatchConverter()
  • Method Details

    • run

      public void run(String arg)
      Description copied from interface: PlugIn
      This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
      Specified by:
      run in interface PlugIn
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener