ij.plugin.tool
Class BrushTool
java.lang.Object
ij.plugin.tool.PlugInTool
ij.plugin.tool.BrushTool
- All Implemented Interfaces:
- PlugIn, java.lang.Runnable
public class BrushTool
- extends PlugInTool
- implements java.lang.Runnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrushTool
public BrushTool()
run
public void run(java.lang.String arg)
- Description copied from interface:
PlugIn
- This method is called when the plugin is loaded.
'arg', which may be blank, is the argument specified
for this plugin in IJ_Props.txt.
- Specified by:
run in interface PlugIn- Overrides:
run in class PlugInTool
mousePressed
public void mousePressed(ImagePlus imp,
java.awt.event.MouseEvent e)
- Overrides:
mousePressed in class PlugInTool
mouseDragged
public void mouseDragged(ImagePlus imp,
java.awt.event.MouseEvent e)
- Overrides:
mouseDragged in class PlugInTool
mouseReleased
public void mouseReleased(ImagePlus imp,
java.awt.event.MouseEvent e)
- Overrides:
mouseReleased in class PlugInTool
showOptionsDialog
public void showOptionsDialog()
- Overrides:
showOptionsDialog in class PlugInTool
getToolName
public java.lang.String getToolName()
- Description copied from class:
PlugInTool
- Return the tool name.
- Overrides:
getToolName in class PlugInTool
getToolIcon
public java.lang.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 java.lang.Runnable