BufferedImageOp, Cloneablepublic class InterpolateFilter extends AbstractBufferedImageOp
| 构造器 | 说明 |
|---|---|
InterpolateFilter() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
|
BufferedImage |
getDestination() |
Get the destination image.
|
float |
getInterpolation() |
Get the interpolation factor.
|
void |
setDestination(BufferedImage destination) |
Set the destination image.
|
void |
setInterpolation(float interpolation) |
Set the interpolation factor.
|
String |
toString() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBpublic void setDestination(BufferedImage destination)
destination - the destination imagegetDestination()public BufferedImage getDestination()
setDestination(java.awt.image.BufferedImage)public void setInterpolation(float interpolation)
interpolation - the interpolation factorgetInterpolation()public float getInterpolation()
setInterpolation(float)public BufferedImage filter(BufferedImage src, BufferedImage dst)
Copyright © 2019. All rights reserved.