Package ij

Interface Summary
CommandListener Plugins that implement this interface are notified when ImageJ is about to run a menu command.
IJ.ExceptionHandler  
IJEventListener Plugins that implement this interface are notified when the user changes the foreground color, changes the background color, closes the color picker, closes the Log window or switches to another tool.
ImageListener Plugins that implement this interface are notified when an image window is opened, closed or updated.
 

Class Summary
CompositeImage  
Executer Runs ImageJ menu commands in a separate thread.
IJ This class consists of static utility methods.
ImageJ This frame is the main ImageJ class.
ImageJApplet Runs ImageJ as an applet and optionally opens up to nine images using URLs passed as a parameters.
ImagePlus This is an extended image class that supports 8-bit, 16-bit, 32-bit (real) and RGB images.
ImageStack This class represents an expandable array of images.
LookUpTable This class represents a color look-up table.
Macro The class contains static methods that perform macro operations.
Menus This class installs and updates ImageJ's menus.
Prefs This class contains the ImageJ preferences, which are loaded from the "IJ_Props.txt" and "IJ_Prefs.txt" files.
RecentOpener Opens, in a separate thread, files selected from the File/Open Recent submenu.
SocketListener Runs commands sent to the port returned by ImageJ.getPort().
Undo This class consists of static methods and fields that implement ImageJ's Undo command.
VirtualStack This class represents an array of disk-resident images.
WindowManager This class consists of static methods used to manage ImageJ's windows.