com.jhlabs.image
Class InterpolateFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.InterpolateFilter
- All Implemented Interfaces:
- java.awt.image.BufferedImageOp, java.lang.Cloneable
public class InterpolateFilter
- extends AbstractBufferedImageOp
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InterpolateFilter
public InterpolateFilter()
setDestination
public void setDestination(java.awt.image.BufferedImage destination)
getDestination
public java.awt.image.BufferedImage getDestination()
setInterpolation
public void setInterpolation(float interpolation)
getInterpolation
public float getInterpolation()
filter
public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object