Uses of Interface
adams.gui.visualization.object.tools.Tool
-
Packages that use Tool Package Description adams.gui.visualization.object adams.gui.visualization.object.tools -
-
Uses of Tool in adams.gui.visualization.object
Fields in adams.gui.visualization.object declared as Tool Modifier and Type Field Description protected Tool
ObjectAnnotationPanel. m_ActiveTool
the active tool.Fields in adams.gui.visualization.object with type parameters of type Tool Modifier and Type Field Description protected List<Tool>
ObjectAnnotationPanel. m_Tools
the tools.Methods in adams.gui.visualization.object that return Tool Modifier and Type Method Description Tool
ObjectAnnotationPanel. getActiveTool()
Returns the currently active tool. -
Uses of Tool in adams.gui.visualization.object.tools
Subinterfaces of Tool in adams.gui.visualization.object.tools Modifier and Type Interface Description interface
CustomizableTool
Interface for tools that can apply options.Classes in adams.gui.visualization.object.tools that implement Tool Modifier and Type Class Description class
AbstractTool
Ancestor for tools.class
AbstractToolWithParameterPanel
Tool that uses aParameterPanel
for its parameters.class
Annotator
For switching between types of annotator tools.class
Edit
For editing existing annotations.class
Move
For editing existing annotations.Fields in adams.gui.visualization.object.tools declared as Tool Modifier and Type Field Description protected Tool
ToolKeyAdapter. m_Owner
the owning tool.protected Tool
ToolMouseAdapter. m_Owner
the owning tool.protected Tool
ToolMouseMotionAdapter. m_Owner
the owning tool.Methods in adams.gui.visualization.object.tools that return Tool Modifier and Type Method Description Tool
ToolKeyAdapter. getOwner()
Returns the owning tool.Tool
ToolMouseAdapter. getOwner()
Returns the owning tool.Tool
ToolMouseMotionAdapter. getOwner()
Returns the owning tool.Constructors in adams.gui.visualization.object.tools with parameters of type Tool Constructor Description ToolKeyAdapter(Tool owner)
Initializes the adapter.ToolMouseAdapter(Tool owner)
Initializes the adapter.ToolMouseAdapter(Tool owner, boolean automaticallyRequestFocus)
Initializes the adapter.ToolMouseMotionAdapter(Tool owner)
Initializes the adapter.
-