public class CanvasResizer extends 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(String arg)
This method is called when the plugin is loaded.
|
public void run(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)
Copyright © 1997–2019 NIH. All rights reserved.