public class DefaultKaptcha extends Configurable implements Producer
Producer implementation which draws a captcha image using WordRenderer,
GimpyEngine, BackgroundProducer. Text creation uses TextProducer.| 构造器和说明 |
|---|
DefaultKaptcha() |
| 限定符和类型 | 方法和说明 |
|---|---|
BufferedImage |
createImage(String text)
Create an image which will have written a distorted text.
|
String |
createText() |
getConfig, setConfigpublic BufferedImage createImage(String text)
createImage 在接口中 Producertext - the distorted characterspublic String createText()
createText 在接口中 ProducerCopyright © 2020. All rights reserved.