public class HTMLPainter extends TagPainter
构造器和说明 |
---|
HTMLPainter(java.lang.String value)
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
void |
paint(java.awt.Graphics g,
int width,
int height,
int resolution,
Style style)
绘制html方法
|
paintTag
clone, readXML, toJSONObject, toJSONObject, writeXML
public void paint(java.awt.Graphics g, int width, int height, int resolution, Style style)
g
- 画板width
- 画板宽度height
- 画板高度resolution
- 分辨率style
- 单元格样式