public abstract class TagPainter extends AbstractPainter
构造器和说明 |
---|
TagPainter() |
限定符和类型 | 方法和说明 |
---|---|
void |
paintTag(Repository repo,
int width,
int height,
Style style,
Tag tag)
画出图形,生成 img 标签,加入上层 tag
|
clone, readXML, toJSONObject, toJSONObject, writeXML
public void paintTag(Repository repo, int width, int height, Style style, Tag tag)
Painter
paintTag
在接口中 Painter
paintTag
在类中 AbstractPainter
repo
- 网络请求上细纹width
- 宽度height
- 高度style
- 样式tag
- 上层 html 标签