|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.plugin.MontageMaker
public class MontageMaker
Implements the Image/Stacks/Make Montage command.
Constructor Summary | |
---|---|
MontageMaker()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MontageMaker()
Method Detail |
---|
public void run(java.lang.String arg)
PlugIn
run
in interface 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)
public ImagePlus makeMontage2(ImagePlus imp, int columns, int rows, double scale, int first, int last, int inc, int borderWidth, boolean labels)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |