com.sygem.swing.renderers
Interface BackgroundRenderer
- All Known Implementing Classes:
- GradientBackgroundRenderer, TextureBackgoundRenderer, VerticalBackgroundRenderer, WatermarkBackgroundRenderer
- public interface BackgroundRenderer
Interface specifying the methods required to implement a component's background renderer.
- Version:
- 1.0
Method Summary |
void |
renderBackground(java.awt.Component c,
java.awt.Graphics2D g)
Renders custom graphics to the background of a Component |
renderBackground
public void renderBackground(java.awt.Component c,
java.awt.Graphics2D g)
- Renders custom graphics to the background of a Component
- Parameters:
c
- The Category that is being renderedg
- The Graphics2D context to draw to
Copyright © 2004 SyGem Software. All Rights Reserved.