| 程序包 | 说明 |
|---|---|
| cn.apiclub.captcha | |
| cn.apiclub.captcha.noise |
| 限定符和类型 | 方法和说明 |
|---|---|
NoiseProducer |
CaptchaBean.getNoiseProd() |
| 限定符和类型 | 方法和说明 |
|---|---|
Captcha.Builder |
Captcha.Builder.addNoise(NoiseProducer nProd)
Add noise using the given NoiseProducer.
|
void |
CaptchaBean.setNoiseProd(NoiseProducer noiseProd) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CurvedLineNoiseProducer
Adds a randomly curved line to the image.
|
class |
StraightLineNoiseProducer
Draws a 4-pixel thick straight red line through the given image.
|
Copyright © 2015. All rights reserved.