java.lang.Object
ImageJ_Demos.My_Inverter_B
- All Implemented Interfaces:
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.-
Constructor Details
-
My_Inverter_B
public My_Inverter_B()
-
-
Method Details