Package org.scijava.tool

Interface Summary
CustomDrawnTool Tools that would like to define how they are drawn implement this interface.
IconDrawer CustomDrawnTools use IconDrawers to draw their icon on screen.
IconService IconService allows a Tool to obtain the IconDrawer.
Tool Interface for ImageJ tools.
ToolService Interface for service that tracks available tools.
 

Class Summary
AbstractTool Abstract base class for ImageJ tools.
DefaultToolService Default service for keeping track of available tools, including which tool is active, and delegating UI events to the active tool.
DummyTool A tool that does nothing.
 



Copyright © 2009–2014 SciJava. All rights reserved.