|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij2x.plugin.StackMaker
public class StackMaker
Creates a w*h slice stack from an wxh image montage. This is the opposite of ImageJ's "Make Montage" command.
Constructor Summary | |
---|---|
StackMaker()
|
Method Summary | |
---|---|
ImageStack |
makeStack(ImageProcessor ip,
int w,
int h)
|
void |
run(java.lang.String arg)
This method is called when the plugin is loaded. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StackMaker()
Method Detail |
---|
public void run(java.lang.String arg)
PlugIn
run
in interface PlugIn
public ImageStack makeStack(ImageProcessor ip, int w, int h)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |