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 ToolObjectAnnotationPanel. m_ActiveToolthe active tool.Fields in adams.gui.visualization.object with type parameters of type Tool Modifier and Type Field Description protected List<Tool>ObjectAnnotationPanel. m_Toolsthe tools.Methods in adams.gui.visualization.object that return Tool Modifier and Type Method Description ToolObjectAnnotationPanel. 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 interfaceCustomizableToolInterface for tools that can apply options.Classes in adams.gui.visualization.object.tools that implement Tool Modifier and Type Class Description classAbstractToolAncestor for tools.classAbstractToolWithParameterPanelTool that uses aParameterPanelfor its parameters.classAnnotatorFor switching between types of annotator tools.classEditFor editing existing annotations.classExportAllows exporting the current view as an image.classMoveFor editing existing annotations.Fields in adams.gui.visualization.object.tools declared as Tool Modifier and Type Field Description protected ToolToolKeyAdapter. m_Ownerthe owning tool.protected ToolToolMouseAdapter. m_Ownerthe owning tool.protected ToolToolMouseMotionAdapter. m_Ownerthe owning tool.Methods in adams.gui.visualization.object.tools that return Tool Modifier and Type Method Description ToolToolKeyAdapter. getOwner()Returns the owning tool.ToolToolMouseAdapter. getOwner()Returns the owning tool.ToolToolMouseMotionAdapter. 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.
-