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
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionintint -
Constructor Summary
ConstructorsConstructorDescriptionimgstrat_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:
filterin interfaceBufferedImageOp
-
getBounds2D
- Specified by:
getBounds2Din interfaceBufferedImageOp
-
createCompatibleDestImage
- Specified by:
createCompatibleDestImagein interfaceBufferedImageOp
-
getPoint2D
- Specified by:
getPoint2Din interfaceBufferedImageOp
-
getRenderingHints
- Specified by:
getRenderingHintsin interfaceBufferedImageOp
-