- java.lang.Object
-
- ij.plugin.Straightener
-
-
Constructor Summary
Constructors Constructor Description Straightener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageProcessorrotateLine(ImagePlus imp, int width)voidrun(String arg)This method is called when the plugin is loaded.ImageProcessorstraighten(ImagePlus imp, Roi roi, int width)ImageProcessorstraightenLine(ImagePlus imp, int width)ImageProcessorstraightenLine(ImagePlus imp, Line line, int width)ImageStackstraightenStack(ImagePlus imp, Roi roi, int width)
-
-
-
Method Detail
-
run
public void run(String arg)
Description copied from interface:PlugInThis method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
-
straighten
public ImageProcessor straighten(ImagePlus imp, Roi roi, int width)
-
straightenStack
public ImageStack straightenStack(ImagePlus imp, Roi roi, int width)
-
straightenLine
public ImageProcessor straightenLine(ImagePlus imp, int width)
-
straightenLine
public ImageProcessor straightenLine(ImagePlus imp, Line line, int width)
-
rotateLine
public ImageProcessor rotateLine(ImagePlus imp, int width)
-
-