类 MarbleImageOp
java.lang.Object
spring.turbo.module.misc.captcha.google.filter.lib.AbstractImageOp
spring.turbo.module.misc.captcha.google.filter.lib.AbstractTransformImageOp
spring.turbo.module.misc.captcha.google.filter.lib.MarbleImageOp
- 所有已实现的接口:
BufferedImageOp
- 从以下版本开始:
- 1.0.0
-
字段概要
从类继承的字段 spring.turbo.module.misc.captcha.google.filter.lib.AbstractImageOp
EDGE_CLAMP, EDGE_MIRROR, EDGE_ZERO, edgeMode, hints -
构造器概要
构造器 -
方法概要
从类继承的方法 spring.turbo.module.misc.captcha.google.filter.lib.AbstractTransformImageOp
filter从类继承的方法 spring.turbo.module.misc.captcha.google.filter.lib.AbstractImageOp
bilinear, createCompatibleDestImage, filter, getBounds2D, getEdgeMode, getPixel, getPixelBilinear, getPoint2D, getRenderingHints, limit, limitByte, setEdgeMode
-
构造器详细资料
-
MarbleImageOp
public MarbleImageOp()
-
-
方法详细资料
-
getScale
public double getScale() -
setScale
public void setScale(double scale) -
getAmount
public double getAmount() -
setAmount
public void setAmount(double amount) -
getTurbulence
public double getTurbulence() -
setTurbulence
public void setTurbulence(double turbulence) -
init
protected void init()- 覆盖:
init在类中AbstractTransformImageOp
-
transform
protected void transform(int x, int y, double[] t) - 指定者:
transform在类中AbstractTransformImageOp
-
filter2
protected void filter2(int[] inPixels, int[] outPixels, int width, int height)
-