public interface Painter
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Graphics2D g,
AbstractElement element,
int canvasWidth) |
void draw(Graphics2D g, AbstractElement element, int canvasWidth) throws Exception
ExceptionCopyright © 2021. All rights reserved.