java.lang.Object
ij.plugin.Straightener
- All Implemented Interfaces:
PlugIn
This plugin implements the Edit/Selection/Straighten command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrotateLine
(ImagePlus imp, int width) void
This method is called when the plugin is loaded.straighten
(ImagePlus imp, Roi roi, int width) straightenLine
(ImagePlus imp, int width) straightenLine
(ImagePlus imp, Line line, int width) straightenStack
(ImagePlus imp, Roi roi, int width)
-
Constructor Details
-
Straightener
public Straightener()
-
-
Method Details