public class StackMaker extends java.lang.Object implements PlugIn
| Constructor and Description |
|---|
StackMaker() |
| Modifier and Type | Method and Description |
|---|---|
ImageStack |
makeStack(ImageProcessor ip,
int rows,
int columns,
int border) |
void |
run(java.lang.String arg)
This method is called when the plugin is loaded.
|
public void run(java.lang.String arg)
PlugInpublic ImageStack makeStack(ImageProcessor ip, int rows, int columns, int border)