Package com.jhlabs.image
Class CompoundFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.CompoundFilter
- All Implemented Interfaces:
BufferedImageOp
,Cloneable
A BufferedImageOp which combines two other BufferedImageOps, one after the other.
-
Constructor Summary
ConstructorsConstructorDescriptionCompoundFilter
(BufferedImageOp filter1, BufferedImageOp filter2) Construct a CompoundFilter. -
Method Summary
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
-
Constructor Details
-
CompoundFilter
Construct a CompoundFilter.- Parameters:
filter1
- the first filterfilter2
- the second filter
-
-
Method Details
-
filter
-