public class InterpolateFilter extends AbstractBufferedImageOp
filterListener| Constructor and Description |
|---|
InterpolateFilter() |
| Modifier and Type | Method and Description |
|---|---|
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, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, 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)
filter in interface BufferedImageOpfilter in class AbstractBufferedImageOpCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.