public class SimpleCaptchaService extends Object implements CaptchaService
| 构造器和说明 |
|---|
SimpleCaptchaService() |
| 限定符和类型 | 方法和说明 |
|---|---|
Captcha |
create() |
void |
setCharacters(String characters) |
void |
setFont(String font) |
void |
setHeight(int height) |
void |
setLength(int length) |
void |
setWidth(int width) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetpublic Captcha create()
create 在接口中 CaptchaServicepublic void setLength(int length)
public void setWidth(int width)
public void setHeight(int height)
public void setCharacters(String characters)
public void setFont(String font)
Copyright © 2022. All rights reserved.