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 ToolSegmentationPanel. m_ActiveToolthe active tool.Fields in adams.gui.visualization.segmentation with type parameters of type Tool Modifier and Type Field Description protected List<Tool>SegmentationPanel. m_Toolsthe tools.Methods in adams.gui.visualization.segmentation that return Tool Modifier and Type Method Description ToolSegmentationPanel. 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 ToolAbstractPaintOperation. m_Ownerthe owner.Methods in adams.gui.visualization.segmentation.paintoperation that return Tool Modifier and Type Method Description ToolAbstractPaintOperation. getOwner()Returns the owning tool.ToolPaintOperation. getOwner()Returns the owning tool.Methods in adams.gui.visualization.segmentation.paintoperation with parameters of type Tool Modifier and Type Method Description voidAbstractPaintOperation. setOwner(Tool value)Sets the owning tool.voidPaintOperation. 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 interfaceCustomizableToolInterface for tools with options.Classes in adams.gui.visualization.segmentation.tool that implement Tool Modifier and Type Class Description classAbstractShapeToolAncestor for shaped tools.classAbstractToolAncestor for tools.classAbstractToolWithParameterPanelTool that uses aParameterPanelfor its parameters.classBucketFillBucket fill.classClearClears the annotations of the active label.classEraserRemoves pixels using the background.classExportAllows exporting the current view as an image.classFilterFor applying filters.classPencilFor coloring in pixels.classPointerPointer.classPolygonFillPolygon fill.classSwitchLabelSwitch label, for changing one label to another.Fields in adams.gui.visualization.segmentation.tool 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.segmentation.tool 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.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.
-