ij.plugin.tool
Class OverlayBrushTool
java.lang.Object
ij.plugin.tool.PlugInTool
ij.plugin.tool.OverlayBrushTool
- All Implemented Interfaces:
- PlugIn, Runnable
public class OverlayBrushTool
- extends PlugInTool
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OverlayBrushTool
public OverlayBrushTool()
mousePressed
public void mousePressed(ImagePlus imp,
MouseEvent e)
- Overrides:
mousePressed
in class PlugInTool
mouseDragged
public void mouseDragged(ImagePlus imp,
MouseEvent e)
- Overrides:
mouseDragged
in class PlugInTool
mouseReleased
public void mouseReleased(ImagePlus imp,
MouseEvent e)
- Overrides:
mouseReleased
in class PlugInTool
showOptionsDialog
public void showOptionsDialog()
- Overrides:
showOptionsDialog
in class PlugInTool
getToolName
public String getToolName()
- Description copied from class:
PlugInTool
- Return the tool name.
- Overrides:
getToolName
in class PlugInTool
getToolIcon
public String getToolIcon()
- Description copied from class:
PlugInTool
- Return 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:
getToolIcon
in class PlugInTool
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 1997–2014 NIH. All rights reserved.