Package com.jackmeng.core.util
Class use_ImgStrat.imgstrat_BlurhashBlur
java.lang.Object
com.jackmeng.core.util.use_ImgStrat.imgstrat_BlurhashBlur
- 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) void
set_strength
(double e) void
set_x_ratio
(int x) void
set_y_ratio
(int y) double
strength()
int
x_ratio()
int
y_ratio()
-
Field Details
-
x
private int x -
y
private int y -
punch
private double punch
-
-
Constructor Details
-
imgstrat_BlurhashBlur
public imgstrat_BlurhashBlur(int xRatio, int yRatio, double strength)
-
-
Method Details
-
x_ratio
public int x_ratio() -
strength
public double strength() -
set_strength
public void set_strength(double e) -
y_ratio
public int y_ratio() -
set_y_ratio
public void set_y_ratio(int y) -
set_x_ratio
public void set_x_ratio(int x) -
getBounds2D
- Specified by:
getBounds2D
in interfaceBufferedImageOp
-
createCompatibleDestImage
- Specified by:
createCompatibleDestImage
in interfaceBufferedImageOp
-
getPoint2D
- Specified by:
getPoint2D
in interfaceBufferedImageOp
-
getRenderingHints
- Specified by:
getRenderingHints
in interfaceBufferedImageOp
-
filter
- Specified by:
filter
in interfaceBufferedImageOp
-