Package com.jackmeng.core.util
Class use_ImgStrat.imgstrat_Y_ImageGradient
java.lang.Object
com.jackmeng.core.util.use_ImgStrat.imgstrat_Y_ImageGradient
- All Implemented Interfaces:
BufferedImageOp
- Enclosing class:
- use_ImgStrat
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
-
Field Summary
Modifier and TypeFieldDescriptionint
int
-
Constructor Summary
ConstructorDescriptionimgstrat_Y_ImageGradient
(use_ImgStrat.imgstrat_Y_ImageGradient.imagegradient_GradientType type, int startAlpha, int endAlpha) -
Method Summary
Modifier and TypeMethodDescriptioncreateCompatibleDestImage
(BufferedImage srcum, ColorModel cumCM) filter
(BufferedImage src, BufferedImage dest) getBounds2D
(BufferedImage srcum) getPoint2D
(Point2D srcumPt, Point2D dstPt)
-
Field Details
-
type
-
a
public int a -
b
public int b
-
-
Constructor Details
-
imgstrat_Y_ImageGradient
public imgstrat_Y_ImageGradient(use_ImgStrat.imgstrat_Y_ImageGradient.imagegradient_GradientType type, int startAlpha, int endAlpha)
-
-
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
-