Package org.scijava.tool
-
Interface Summary Interface Description CustomDrawnTool Tools that would like to define how they are drawn implement this interface.IconDrawer CustomDrawnTools useIconDrawers to draw their icon on screen.IconService Tool Interface for tools.ToolService Interface for service that tracks available tools. -
Class Summary Class Description AbstractTool Abstract base class forToolimplementations.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.