ij.plugin
Interface PlugIn

All Known Implementing Classes:
Animator, BMP, Colors, CommandLister, ContrastAdjuster, ControlPanel, DICOM, Editor, FITS, Fitter, FolderOpener, Fonts, GelAnalyzer, Hotkeys, ImageCalculator, Installer, JavaProperties, LutLoader, MeasurementsWriter, MemoryMonitor, MemoryTest, MontageMaker, NewPlugin, Options, PasteController, PGM_Reader, PlugInFrame, Raw, RawReader, RGBStackConverter, RoiColor, RoiReader, Slicer, StackEditor, StackWriter, TextFileReader, TextReader, ThreadLister, ThresholdAdjuster, Timer, Unlocker, URLOpener, Verifier, Zip_Reader, ZProjector

public interface PlugIn

Plug-ins that acquire images or display windows should implement this interface. Plug-ins that process images should implement the PlugInFilter interface.


Method Summary
 void run(java.lang.String arg)
          This method is called when the plug-in is loaded.
 

Method Detail

run

void run(java.lang.String arg)
This method is called when the plug-in is loaded. 'arg', which may be blank, is the argument specified for this plug-in in IJ_Props.txt.