public interface AnimationRenderer
| Modifier and Type | Method and Description |
|---|---|
void |
render(Graphics2D g2,
int width,
int height)
Renders the animation on the specified graphics object
using the given width and height.
|
void render(Graphics2D g2, int width, int height)
g2 - the graphics to render onwidth - the used width of the render surfaceheight - the used height of the render surfaceCopyright © 2018 JGoodies Software GmbH. All rights reserved.