public class BicubicScaleFilter extends AbstractBufferedImageOp
Constructor and Description |
---|
BicubicScaleFilter() |
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, setRGB
public BicubicScaleFilter()
public BicubicScaleFilter(int width, int height)