public static class CaptchaProperties.Graphics extends Object
| 构造器和说明 |
|---|
Graphics() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getComplexity() |
CaptchaFont |
getFont() |
int |
getHeight() |
int |
getLength() |
CaptchaCharacter |
getLetter() |
int |
getWidth() |
void |
setComplexity(int complexity) |
void |
setFont(CaptchaFont captchaFont) |
void |
setHeight(int height) |
void |
setLength(int length) |
void |
setLetter(CaptchaCharacter letter) |
void |
setWidth(int width) |
public int getLength()
public void setLength(int length)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public CaptchaFont getFont()
public void setFont(CaptchaFont captchaFont)
public CaptchaCharacter getLetter()
public void setLetter(CaptchaCharacter letter)
public int getComplexity()
public void setComplexity(int complexity)
Copyright © 2022. All rights reserved.