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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCompatibleDestImage(BufferedImage srcum, ColorModel cumCM) filter(BufferedImage srcum, BufferedImage cum) getBounds2D(BufferedImage srcum) getPoint2D(Point2D srcumPt, Point2D dstPt) voidset_strength(double e) voidset_x_ratio(int x) voidset_y_ratio(int y) doublestrength()intx_ratio()inty_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:
getBounds2Din interfaceBufferedImageOp
-
createCompatibleDestImage
- Specified by:
createCompatibleDestImagein interfaceBufferedImageOp
-
getPoint2D
- Specified by:
getPoint2Din interfaceBufferedImageOp
-
getRenderingHints
- Specified by:
getRenderingHintsin interfaceBufferedImageOp
-
filter
- Specified by:
filterin interfaceBufferedImageOp
-