ij.plugin.tool
Class OverlayBrushTool

java.lang.Object
  extended by ij.plugin.tool.PlugInTool
      extended by ij.plugin.tool.OverlayBrushTool
All Implemented Interfaces:
PlugIn, Runnable

public class OverlayBrushTool
extends PlugInTool
implements Runnable


Constructor Summary
OverlayBrushTool()
           
 
Method Summary
 String getToolIcon()
          Return the string encoding of the tool icon.
 String getToolName()
          Return the tool name.
 void mouseDragged(ImagePlus imp, MouseEvent e)
           
 void mousePressed(ImagePlus imp, MouseEvent e)
           
 void mouseReleased(ImagePlus imp, MouseEvent e)
           
 void run()
           
 void showOptionsDialog()
           
 
Methods inherited from class ij.plugin.tool.PlugInTool
getMacroProgram, mouseClicked, mouseEntered, mouseExited, mouseMoved, run, runMacroTool, runMenuTool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverlayBrushTool

public OverlayBrushTool()
Method Detail

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.