Constructor and Description |
---|
MontageMaker() |
Modifier and Type | Method and Description |
---|---|
void |
makeMontage(ImagePlus imp) |
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.
|
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.
|
void |
run(java.lang.String arg)
This method is called when the plugin is loaded.
|
public void run(java.lang.String arg)
PlugIn
public void makeMontage(ImagePlus imp)
public void makeMontage(ImagePlus imp, int columns, int rows, double scale, int first, int last, int inc, int borderWidth, boolean labels)