Package com.jackmeng.core.util
Class use_ImgStrat.imgstrat_FastBlur
java.lang.Object
com.jackmeng.core.util.use_ImgStrat.imgstrat_FastBlur
- All Implemented Interfaces:
BufferedImageOp
- Enclosing class:
- use_ImgStrat
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
blur
(int[] srcPixels, int[] dstPixels, int width, int height, int radius) createCompatibleDestImage
(BufferedImage srcum, ColorModel cumCM) filter
(BufferedImage srcum, BufferedImage cum) getBounds2D
(BufferedImage srcum) getPoint2D
(Point2D srcumPt, Point2D dstPt)
-
Field Details
-
radius
private final int radius
-
-
Constructor Details
-
imgstrat_FastBlur
public imgstrat_FastBlur(int radius)
-
-
Method Details
-
blur
public static void blur(int[] srcPixels, int[] dstPixels, int width, int height, int radius) -
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
-