Uses of Interface
adams.gui.visualization.segmentation.tool.Tool
-
Packages that use Tool Package Description adams.gui.visualization.segmentation adams.gui.visualization.segmentation.paintoperation adams.gui.visualization.segmentation.tool -
-
Uses of Tool in adams.gui.visualization.segmentation
Fields in adams.gui.visualization.segmentation declared as Tool Modifier and Type Field Description protected Tool
SegmentationPanel. m_ActiveTool
the active tool.Fields in adams.gui.visualization.segmentation with type parameters of type Tool Modifier and Type Field Description protected List<Tool>
SegmentationPanel. m_Tools
the tools.Methods in adams.gui.visualization.segmentation that return Tool Modifier and Type Method Description Tool
SegmentationPanel. getActiveTool()
Returns the currently active tool. -
Uses of Tool in adams.gui.visualization.segmentation.paintoperation
Fields in adams.gui.visualization.segmentation.paintoperation declared as Tool Modifier and Type Field Description protected Tool
AbstractPaintOperation. m_Owner
the owner.Methods in adams.gui.visualization.segmentation.paintoperation that return Tool Modifier and Type Method Description Tool
AbstractPaintOperation. getOwner()
Returns the owning tool.Tool
PaintOperation. getOwner()
Returns the owning tool.Methods in adams.gui.visualization.segmentation.paintoperation with parameters of type Tool Modifier and Type Method Description void
AbstractPaintOperation. setOwner(Tool value)
Sets the owning tool.void
PaintOperation. setOwner(Tool value)
Sets the owning tool. -
Uses of Tool in adams.gui.visualization.segmentation.tool
Subinterfaces of Tool in adams.gui.visualization.segmentation.tool Modifier and Type Interface Description interface
CustomizableTool
Interface for tools with options.Classes in adams.gui.visualization.segmentation.tool that implement Tool Modifier and Type Class Description class
AbstractShapeTool
Ancestor for shaped tools.class
AbstractTool
Ancestor for tools.class
AbstractToolWithParameterPanel
Tool that uses aParameterPanel
for its parameters.class
BucketFill
Bucket fill.class
Eraser
Removes pixels using the background.class
Filter
For applying filters.class
Pencil
For coloring in pixels.class
Pointer
Pointer.class
PolygonFill
Polygon fill.class
SwitchLabel
Switch label, for changing one label to another.Fields in adams.gui.visualization.segmentation.tool 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.segmentation.tool 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.segmentation.tool 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.
-