Class | Description |
---|---|
AbstractColorTool |
Abstract superclass for the
BgColorTool and FgColorTool
classes. |
AbstractLineTool |
Abstract class that is used by PencilTool, PaintBrushTool, and their erase
modes to draw lines into a dataset using fg/bg values.
|
AcceleratorHandler |
Handles keyboard accelerator combinations that launch modules.
|
ArrowTool |
TODO
|
AxisPositionHandler |
Handles keyboard and mouse wheel operations that change the dimensional
position.
|
BgColorTool |
The tool that displays the current background color.
|
ContextMenuHandler |
Handles display of general-purpose context menu (e.g., on right mouse click).
|
FgColorTool |
The tool that displays the current foreground color.
|
FloodFillTool |
Tool implementation for flood fill.
|
FloodFillToolConfig |
Implements the configuration code for
FloodFillTool . |
FocusHandler |
Brings the main application window into focus when ENTER is pressed.
|
KonamiHandler |
Oh, the nostalgia!
|
PaintBrushTool |
Tool implementation for paint brush.
|
PaintBrushToolConfig |
Implements the configuration code for
PaintBrushTool . |
PanActivator |
Tool for activating the pan tool in response to the space bar.
|
PanTool |
Tool for panning the display.
|
PencilTool |
Tool implementation for pencil.
|
PencilToolConfig |
Implements the configuration code for
PencilTool . |
PixelProbe |
Displays pixel values under the cursor.
|
PixelRecorder |
Gathers pixel information (location, channel values) of pixel associated
with a given mouse event.
|
SprayCanTool |
Implements a spray can drawing tool
|
SprayCanToolConfig |
Implements the configuration code for
SprayCanTool . |
WandTool |
TODO
|
ZoomHandler |
Handles the second key mapping for zoom in (not just + but instead here =).
|
ZoomTool |
Tool for zooming in and out of a display using the mouse.
|
Copyright © 2014–2022 ImageJ. All rights reserved.