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, writeXMLpublic void paintTag(Repository repo, int width, int height, Style style, Tag tag)
PainterpaintTag 在接口中 PainterpaintTag 在类中 AbstractPainterrepo - 网络请求上细纹width - 宽度height - 高度style - 样式tag - 上层 html 标签