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