This interface describes renderers for use in animations and so helps build
render containers and animated panels.
author: Karsten Lentzsch version: $Revision: 1.1 $
Method Summary
void
render(Graphics2D g2, int width, int height) Renders the animation on the specified graphics object
using the given width and height.
Renders the animation on the specified graphics object
using the given width and height.
Parameters: g2 - the graphics to render on Parameters: width - the used width of the render surface Parameters: height - the used height of the render surface