Module ij

Class OverlayBrushTool

  • All Implemented Interfaces:
    PlugIn, java.lang.Runnable

    public class OverlayBrushTool
    extends PlugInTool
    implements java.lang.Runnable
    • Constructor Detail

      • OverlayBrushTool

        public OverlayBrushTool()
    • Method Detail

      • 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
      • setWidth

        public static void setWidth​(double brushWidth)