- java.lang.Object
-
- ij.plugin.MontageMaker
-
-
Constructor Summary
Constructors Constructor Description MontageMaker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmakeMontage(ImagePlus imp)voidmakeMontage(ImagePlus imp, int columns, int rows, double scale, int first, int last, int inc, int borderWidth, boolean labels)Creates a montage and displays it.ImagePlusmakeMontage2(ImagePlus imp, int columns, int rows, double scale, int first, int last, int inc, int borderWidth, boolean labels)Creates a montage and returns it as an ImagePlus.voidrun(String arg)This method is called when the plugin is loaded.voidsetFontSize(int fontSize)
-
-
-
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.
-
makeMontage
public void makeMontage(ImagePlus imp)
-
makeMontage
public void makeMontage(ImagePlus imp, int columns, int rows, double scale, int first, int last, int inc, int borderWidth, boolean labels)
Creates a montage and displays it.
-
makeMontage2
public ImagePlus makeMontage2(ImagePlus imp, int columns, int rows, double scale, int first, int last, int inc, int borderWidth, boolean labels)
Creates a montage and returns it as an ImagePlus.
-
setFontSize
public void setFontSize(int fontSize)
-
-