类 AbstractImageOp
java.lang.Object
spring.turbo.module.misc.captcha.google.filter.lib.AbstractImageOp
- 所有已实现的接口:
BufferedImageOp
- 从以下版本开始:
- 1.0.0
-
字段概要
字段修饰符和类型字段说明static final intstatic final intstatic final intprotected intprotected RenderingHints -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected intbilinear(int nw, int ne, int sw, int se, double xd, double yd) createCompatibleDestImage(BufferedImage src, ColorModel destCM) protected voidfilter(int[] inPixels, int[] outPixels, int width, int height) filter(BufferedImage src, BufferedImage dest) getBounds2D(BufferedImage src) intprotected intgetPixel(int[] pixels, int x, int y, int width, int height, int edgeMode) protected intgetPixelBilinear(int[] pixels, double x, double y, int width, int height, int edgeMode) getPoint2D(Point2D srcPt, Point2D dstPt) protected intlimit(int v, int min, int max) protected intlimitByte(int v) voidsetEdgeMode(int edgeMode)
-
字段详细资料
-
构造器详细资料
-
AbstractImageOp
public AbstractImageOp()
-
-
方法详细资料
-
getEdgeMode
public int getEdgeMode() -
setEdgeMode
public void setEdgeMode(int edgeMode) -
getPixel
protected int getPixel(int[] pixels, int x, int y, int width, int height, int edgeMode) -
bilinear
protected int bilinear(int nw, int ne, int sw, int se, double xd, double yd) -
getPixelBilinear
protected int getPixelBilinear(int[] pixels, double x, double y, int width, int height, int edgeMode) -
limit
protected int limit(int v, int min, int max) -
limitByte
protected int limitByte(int v) -
filter
protected void filter(int[] inPixels, int[] outPixels, int width, int height) -
filter
- 指定者:
filter在接口中BufferedImageOp
-
createCompatibleDestImage
- 指定者:
createCompatibleDestImage在接口中BufferedImageOp
-
getBounds2D
- 指定者:
getBounds2D在接口中BufferedImageOp
-
getPoint2D
- 指定者:
getPoint2D在接口中BufferedImageOp
-
getRenderingHints
- 指定者:
getRenderingHints在接口中BufferedImageOp
-