|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.InterpolateFilter
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.
Constructor Summary | |
---|---|
InterpolateFilter()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp |
---|
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InterpolateFilter()
Method Detail |
---|
public 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |