Package com.jackmeng.core.util
Class use_ImgStrat.imgstrat_StackBlur
java.lang.Object
com.jackmeng.core.util.use_ImgStrat.imgstrat_StackBlur
- All Implemented Interfaces:
BufferedImageOp
- Enclosing class:
- use_ImgStrat
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateCompatibleDestImage
(BufferedImage srcum, ColorModel cumCM) filter
(BufferedImage srcum, BufferedImage cum) getBounds2D
(BufferedImage srcum) getPoint2D
(Point2D srcumPt, Point2D dstPt)
-
Field Details
-
radius
private final int radius -
iterations
private final int iterations
-
-
Constructor Details
-
imgstrat_StackBlur
public imgstrat_StackBlur(int radius, int itr)
-
-
Method Details
-
filter
- Specified by:
filter
in interfaceBufferedImageOp
-
getBounds2D
- Specified by:
getBounds2D
in interfaceBufferedImageOp
-
createCompatibleDestImage
- Specified by:
createCompatibleDestImage
in interfaceBufferedImageOp
-
getPoint2D
- Specified by:
getPoint2D
in interfaceBufferedImageOp
-
getRenderingHints
- Specified by:
getRenderingHints
in interfaceBufferedImageOp
-