Package com.jhlabs.image
Class ApplyMaskFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.ApplyMaskFilter
- All Implemented Interfaces:
BufferedImageOp
,Cloneable
A filter which uses the alpha channel of a "mask" image to interpolate between two source images.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
composeThroughMask
(Raster src, WritableRaster dst, Raster sel) filter
(BufferedImage src, BufferedImage dst) void
setDestination
(BufferedImage destination) void
setMaskImage
(BufferedImage maskImage) toString()
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB