public interface IPainter
| 限定符和类型 | 方法和说明 |
|---|---|
void |
draw(Graphics2D g,
CombineElement element,
int canvasWidth) |
void |
drawRepeat(Graphics2D g,
CombineElement element,
int canvasWidth,
int canvasHeight) |
void draw(Graphics2D g, CombineElement element, int canvasWidth) throws Exception
Exceptionvoid drawRepeat(Graphics2D g, CombineElement element, int canvasWidth, int canvasHeight) throws Exception
ExceptionCopyright © 2023. All rights reserved.