public interface OutputDeviceGraphicsDrawer
| Modifier and Type | Method and Description |
|---|---|
void |
render(Graphics2D graphics2D)
Draw something using the given graphics.
|
void render(Graphics2D graphics2D)
graphics2D - the graphics you can use to drawCopyright © 2018. All rights reserved.