java.lang.Object
ImageJ_Demos.Run_Command_From_PlugIn
- All Implemented Interfaces:
PlugIn
,JavaDocHelp
This plugin demonstrates how to run another ImageJ "command" (plugin) from our own PlugIn using the IJ.run() method.
-
Constructor Details
-
Run_Command_From_PlugIn
public Run_Command_From_PlugIn()
-
-
Method Details