Package ImageJ_Demos

Class Data_Transfer_Plugin_Producer

java.lang.Object
ImageJ_Demos.Data_Transfer_Plugin_Producer
All Implemented Interfaces:
PlugInFilter, JavaDocHelp

This ImageJ plugin shows how data can be communicated from one plugin to another. In this example, THIS plugin (Data_Transfer_Plugin_Producer) calculates a histogram that is subsequently retrieved by ANOTHER plugin Data_Transfer_Plugin_Consumer. Data are stored as a property of the associated image (of type ImagePlus). Note that the stored data should contain no instances of self-defined classes, since these may be re-loaded when performing compile-and-run.