Package com.jhlabs.image
Class CompoundFilter
- java.lang.Object
-
- com.jhlabs.image.AbstractBufferedImageOp
-
- com.jhlabs.image.CompoundFilter
-
- All Implemented Interfaces:
java.awt.image.BufferedImageOp
,java.lang.Cloneable
public class CompoundFilter extends AbstractBufferedImageOp
A BufferedImageOp which combines two other BufferedImageOps, one after the other.
-
-
Constructor Summary
Constructors Constructor Description CompoundFilter(java.awt.image.BufferedImageOp filter1, java.awt.image.BufferedImageOp filter2)
Construct a CompoundFilter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.BufferedImage
filter(java.awt.image.BufferedImage src, java.awt.image.BufferedImage dst)
-
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB, stringToColor
-
-