Module ij

Class RoiRotationTool

  • All Implemented Interfaces:
    PlugIn

    public class RoiRotationTool
    extends PlugInTool
    • Constructor Detail

      • RoiRotationTool

        public RoiRotationTool()
    • 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