|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sygem.swing.renderers.TextureBackgoundRenderer
A background renderer that fills the area with a texture.
Constructor Summary | |
TextureBackgoundRenderer(java.awt.TexturePaint texPaint)
Constructor - sets the TexturePaint to use for the backround. |
Method Summary | |
void |
renderBackground(java.awt.Component c,
java.awt.Graphics2D g)
Renders the smooth gradient to the passed in graphics context. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TextureBackgoundRenderer(java.awt.TexturePaint texPaint)
texPaint
- TexturePaintMethod Detail |
public void renderBackground(java.awt.Component c, java.awt.Graphics2D g)
renderBackground
in interface BackgroundRenderer
c
- The Category that is being renderedg
- The Graphics2D context to draw to
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |