public class InterpolateFilter extends AbstractBufferedImageOp implements DynFiltering
Constructor and Description |
---|
InterpolateFilter() |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
BufferedImage |
filter(BufferedImage src,
Struct parameters) |
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, setRGB
public InterpolateFilter()
public 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 BufferedImageOp
public BufferedImage filter(BufferedImage src, Struct parameters) throws PageException
filter
in interface DynFiltering
PageException
Copyright © 2015 Lucee