Package ImageJ_Demos

Class My_Inverter_B

java.lang.Object
ImageJ_Demos.My_Inverter_B
All Implemented Interfaces:
PlugIn, JavaDocHelp

public class My_Inverter_B extends Object implements PlugIn, JavaDocHelp
This plugin does the same as My_Inverter_A but is based on the PlugIn instead of the PlugInFilter interface. Its advantage is that only one method (run()) must be implemented. Disadvantage is that testing if an image is currently open and is of the proper type must be explicitly coded.