public class CanvasResizer extends java.lang.Object implements PlugIn
Constructor and Description |
---|
CanvasResizer() |
Modifier and Type | Method and Description |
---|---|
ImageProcessor |
expandImage(ImageProcessor ipOld,
int wNew,
int hNew,
int xOff,
int yOff) |
ImageStack |
expandStack(ImageStack stackOld,
int wNew,
int hNew,
int xOff,
int yOff) |
void |
run(java.lang.String arg)
This method is called when the plugin is loaded.
|
public void run(java.lang.String arg)
PlugIn
public ImageStack expandStack(ImageStack stackOld, int wNew, int hNew, int xOff, int yOff)
public ImageProcessor expandImage(ImageProcessor ipOld, int wNew, int hNew, int xOff, int yOff)