com.jgoodies.animation
Interface AnimationRenderer
- All Known Implementing Classes:
- AbstractTextRenderer, BasicTextRenderer, FanRenderer, GlyphRenderer
public interface AnimationRenderer
This interface describes renderers for use in animations and so helps build
render containers and animated panels.
- Version:
- $Revision: 1.1 $
- Author:
- Karsten Lentzsch
Method Summary |
void |
render(java.awt.Graphics2D g2,
int width,
int height)
Renders the animation on the specified graphics object
using the given width and height. |
render
void render(java.awt.Graphics2D g2,
int width,
int height)
- Renders the animation on the specified graphics object
using the given width and height.
- Parameters:
g2
- the graphics to render onwidth
- the used width of the render surfaceheight
- the used height of the render surface
Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.