BufferedImageOp, Cloneablepublic class BicubicScaleFilter extends AbstractBufferedImageOp
| 构造器 | 说明 |
|---|---|
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.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
|
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 imagepublic BufferedImage filter(BufferedImage src, BufferedImage dst)
Copyright © 2019. All rights reserved.