public class StackMaker extends java.lang.Object implements PlugIn
| Constructor and Description |
|---|
StackMaker() |
| Modifier and Type | Method and Description |
|---|---|
ImageStack |
makeStack(ImageProcessor ip,
int w,
int h,
int b) |
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 w, int h, int b)