Package com.jhlabs.image
Class IteratedFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.IteratedFilter
- All Implemented Interfaces:
BufferedImageOp
,Cloneable
A BufferedImageOp which iterates another BufferedImageOp.
-
Constructor Summary
ConstructorsConstructorDescriptionIteratedFilter
(BufferedImageOp filter, int iterations) Construct an IteratedFilter. -
Method Summary
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
-
Constructor Details
-
IteratedFilter
Construct an IteratedFilter.- Parameters:
filter
- the filetr to iterateiterations
- the number of iterations
-
-
Method Details
-
filter
-