public class Image extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Image.Background |
static class |
Image.Color |
static class |
Image.Filter |
static class |
Image.Font |
static class |
Image.Text |
static class |
Image.Word |
| 构造器和说明 |
|---|
Image() |
| 限定符和类型 | 方法和说明 |
|---|---|
Image.Background |
getBackground() |
Image.Filter |
getFilter() |
Image.Font |
getFont() |
int |
getHeight() |
Image.Text |
getText() |
com.buession.security.captcha.core.ImageType |
getType() |
int |
getWidth() |
Image.Word |
getWord() |
void |
setBackground(Image.Background background) |
void |
setFilter(Image.Filter filter) |
void |
setFont(Image.Font font) |
void |
setHeight(int height) |
void |
setText(Image.Text text) |
void |
setType(com.buession.security.captcha.core.ImageType type) |
void |
setWidth(int width) |
void |
setWord(Image.Word word) |
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public com.buession.security.captcha.core.ImageType getType()
public void setType(com.buession.security.captcha.core.ImageType type)
public Image.Background getBackground()
public void setBackground(Image.Background background)
public Image.Font getFont()
public void setFont(Image.Font font)
public Image.Word getWord()
public void setWord(Image.Word word)
public Image.Text getText()
public void setText(Image.Text text)
public Image.Filter getFilter()
public void setFilter(Image.Filter filter)
Copyright © 2021 buession.com Inc.. All rights reserved.