| AbstractPaintingSelectionProcessor | 
 Ancestor for processors that paint with a certain color and stroke thickness. 
 | 
| AbstractSelectionProcessor | 
 Ancestor for classes that react to selection in an image. 
 | 
| AbstractSelectionRectangleBasedSelectionProcessor | 
 | 
| CopyToClipboard | 
 Copies the selection to the system's clipboard. 
 | 
| Crop | 
 Crops the image to the current selection and stores crop information in the report (prefix: Crop.). 
 | 
| MultiSelectionProcessor | 
 Applies all the sub-processors sequentially. 
 | 
| NullProcessor | 
 Dummy processor, does nothing. 
 | 
| PaintSelection | 
 Paints the selection in the specified color. 
 | 
| SelectObjects | 
 Allows the user to select objects in the image. 
 The locations get stored in the attached report. 
 If the <ctrl> key is pressed while drawing a selection rectangle, all enclosed locations get removed. 
 | 
| ShowCoordinates | 
 Shows the coordination of the selection. 
 |