public class SimpleCaptchaService extends AbstractCaptchaService
backgroundFactory, colorFactory, filterFactory, fontFactory, height, textRenderer, width, wordFactory| 构造器和说明 |
|---|
SimpleCaptchaService(int width,
int height,
Color textColor,
Color backgroundColor,
int fontSize,
FilterFactory ff) |
SimpleCaptchaService(int width,
int height,
Color textColor,
Color backgroundColor,
int fontSize,
String[] fontNames,
FilterFactory ff) |
| 限定符和类型 | 方法和说明 |
|---|---|
Captcha |
getCaptcha() |
getBackgroundFactory, getColorFactory, getFilterFactory, getFontFactory, getHeight, getTextRenderer, getWidth, getWordFactory, setBackgroundFactory, setColorFactory, setFilterFactory, setFontFactory, setHeight, setTextRenderer, setWidth, setWordFactorypublic SimpleCaptchaService(int width,
int height,
Color textColor,
Color backgroundColor,
int fontSize,
FilterFactory ff)
public SimpleCaptchaService(int width,
int height,
Color textColor,
Color backgroundColor,
int fontSize,
String[] fontNames,
FilterFactory ff)
public Captcha getCaptcha()
getCaptcha 在接口中 CaptchaServicegetCaptcha 在类中 AbstractCaptchaService