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/Batch/Convert command,
which converts the images in a folder to a specified format.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchConverter
public BatchConverter()
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
Copyright © 1997–2014 NIH. All rights reserved.