public class InterpolateFilter extends AbstractBufferedImageOp
| Constructor and Description |
|---|
InterpolateFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst) |
java.awt.image.BufferedImage |
getDestination()
Get the destination image.
|
float |
getInterpolation()
Get the interpolation factor.
|
void |
setDestination(java.awt.image.BufferedImage destination)
Set the destination image.
|
void |
setInterpolation(float interpolation)
Set the interpolation factor.
|
java.lang.String |
toString() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB, stringToColorpublic void setDestination(java.awt.image.BufferedImage destination)
destination - the destination imagegetDestination()public java.awt.image.BufferedImage getDestination()
setDestination(java.awt.image.BufferedImage)public void setInterpolation(float interpolation)
interpolation - the interpolation factorgetInterpolation()public float getInterpolation()
setInterpolation(float)public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst)
public java.lang.String toString()
toString in class java.lang.Object