com.jhlabs.image
Class InterpolateFilter
- BufferedImageOp, Cloneable
public class InterpolateFilter
A filter which interpolates betwen two images. You can set the interpolation factor outside the range 0 to 1
to extrapolate images.
InterpolateFilter
public InterpolateFilter()
filter
public BufferedImage filter(BufferedImage src,
BufferedImage dst)
getDestination
public BufferedImage getDestination()
Get the destination image.
getInterpolation
public float getInterpolation()
Get the interpolation factor.
setDestination
public void setDestination(BufferedImage destination)
Set the destination image.
destination
- the destination image
setInterpolation
public void setInterpolation(float interpolation)
Set the interpolation factor.
interpolation
- the interpolation factor
toString
public String toString()