Interface | Description |
---|---|
CustomDrawnTool |
Tools that would like to define how they are drawn implement this interface.
|
IconDrawer |
CustomDrawnTool s use IconDrawer s to draw their icon on
screen. |
IconService | |
Tool |
Interface for tools.
|
ToolService |
Interface for service that tracks available tools.
|
Class | Description |
---|---|
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 © 2015–2022 SciJava. All rights reserved.