public class CellElementPainter
extends java.lang.Object
构造器和说明 |
---|
CellElementPainter() |
限定符和类型 | 方法和说明 |
---|---|
void |
paintBackground(java.awt.Graphics2D g2d,
ElementCase report,
CellElement ce,
int width,
int height) |
void |
paintBorder(java.awt.Graphics2D g2d,
ElementCase report,
CellElement ce,
double width,
double height) |
void |
paintContent(java.awt.Graphics2D g2d,
ElementCase report,
TemplateCellElement ce,
int width,
int height,
int resolution) |
public void paintBackground(java.awt.Graphics2D g2d, ElementCase report, CellElement ce, int width, int height)
public void paintContent(java.awt.Graphics2D g2d, ElementCase report, TemplateCellElement ce, int width, int height, int resolution)
public void paintBorder(java.awt.Graphics2D g2d, ElementCase report, CellElement ce, double width, double height)