public interface AnimationRenderer
| Modifier and Type | Method and Description |
|---|---|
void |
render(java.awt.Graphics2D g2,
int width,
int height)
Renders the animation on the specified graphics object
using the given width and height.
|
void render(java.awt.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 © 2001-2011 JGoodies Karsten Lentzsch. All Rights Reserved.