public class BicubicScaleFilter extends AbstractBufferedImageOp
| Constructor and Description |
|---|
BicubicScaleFilter()
Construct a BicubicScaleFilter which resizes to 32x32 pixels.
|
BicubicScaleFilter(int width,
int height)
Constructor for a filter which scales the input image to the given width and height using bicubic interpolation.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst) |
java.lang.String |
toString() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBpublic BicubicScaleFilter()
public BicubicScaleFilter(int width,
int height)
width - the width of the output imageheight - the height of the output image