java.lang.Object
ij.plugin.tool.PlugInTool
ij.plugin.tool.OverlayBrushTool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the string encoding of the tool icon.Return the tool name.voidmouseDragged(ImagePlus imp, MouseEvent e) voidmousePressed(ImagePlus imp, MouseEvent e) voidmouseReleased(ImagePlus imp, MouseEvent e) voidrun()static voidsetWidth(double brushWidth) voidMethods inherited from class ij.plugin.tool.PlugInTool
getMacroProgram, mouseClicked, mouseEntered, mouseExited, mouseMoved, run, runMacroTool, runMenuTool, showPopupMenu
-
Constructor Details
-
OverlayBrushTool
public OverlayBrushTool()
-
-
Method Details
-
mousePressed
- Overrides:
mousePressedin classPlugInTool
-
mouseDragged
- Overrides:
mouseDraggedin classPlugInTool
-
mouseReleased
- Overrides:
mouseReleasedin classPlugInTool
-
showOptionsDialog
public void showOptionsDialog()- Overrides:
showOptionsDialogin classPlugInTool
-
getToolName
Description copied from class:PlugInToolReturn the tool name.- Overrides:
getToolNamein classPlugInTool
-
getToolIcon
Description copied from class:PlugInToolReturn the string encoding of the tool icon. See http://rsb.info.nih.gov/ij/developer/macro/macros.html#icons The default icon is the first letter of the tool name.- Overrides:
getToolIconin classPlugInTool
-
run
public void run() -
setWidth
public static void setWidth(double brushWidth)
-