Package ij.plugin.tool
Class RoiRotationTool
java.lang.Object
ij.plugin.tool.PlugInTool
ij.plugin.tool.RoiRotationTool
- All Implemented Interfaces:
PlugIn
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the string encoding of the tool icon.Return the tool name.void
mouseDragged
(ImagePlus imp, MouseEvent e) void
mousePressed
(ImagePlus imp, MouseEvent e) void
mouseReleased
(ImagePlus imp, MouseEvent e) void
Methods inherited from class ij.plugin.tool.PlugInTool
getMacroProgram, mouseClicked, mouseEntered, mouseExited, mouseMoved, run, runMacroTool, runMenuTool, showPopupMenu
-
Constructor Details
-
RoiRotationTool
public RoiRotationTool()
-
-
Method Details
-
mousePressed
- Overrides:
mousePressed
in classPlugInTool
-
mouseDragged
- Overrides:
mouseDragged
in classPlugInTool
-
mouseReleased
- Overrides:
mouseReleased
in classPlugInTool
-
showOptionsDialog
public void showOptionsDialog()- Overrides:
showOptionsDialog
in classPlugInTool
-
getToolName
Description copied from class:PlugInTool
Return the tool name.- Overrides:
getToolName
in classPlugInTool
-
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 classPlugInTool
-