public interface ImagePreviewer
限定符和类型 | 方法和说明 |
---|---|
void |
repaint()
重绘
|
void |
setImage(java.awt.Image image)
设置图片
|
void |
setImageStyle(Style style)
设置图片样式(平铺,拉伸)
|
void |
setImageWithSuffix(ImageWithSuffix image)
设置图片(带格式)
|
void |
showLoading()
显示正在加载
|
void setImageStyle(Style style)
style
- 样式void setImage(java.awt.Image image)
image
- 图片void setImageWithSuffix(ImageWithSuffix image)
image
- 图片void showLoading()
void repaint()