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 tools.
ToolService Interface for service that tracks available tools.
 

Class Summary
AbstractTool Abstract base class for Tool implementations.
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–2015 SciJava. All rights reserved.