B C G R S T V W

B

BackgroundRenderer - interface com.sygem.swing.renderers.BackgroundRenderer.
Interface specifying the methods required to implement a component's background renderer.

C

com.sygem.swing.renderers - package com.sygem.swing.renderers
 

G

GradientBackgroundRenderer - class com.sygem.swing.renderers.GradientBackgroundRenderer.
A simple background renderer - creates a smooth gradient between 2 colours.
GradientBackgroundRenderer(Color, Color) - Constructor for class com.sygem.swing.renderers.GradientBackgroundRenderer
Constructor - sets up the two colors used in the gradient

R

renderBackground(Component, Graphics2D) - Method in interface com.sygem.swing.renderers.BackgroundRenderer
Renders custom graphics to the background of a Component
renderBackground(Component, Graphics2D) - Method in class com.sygem.swing.renderers.GradientBackgroundRenderer
Renders the smooth gradient to the passed in graphics context.
renderBackground(Component, Graphics2D) - Method in class com.sygem.swing.renderers.TextureBackgoundRenderer
Renders the smooth gradient to the passed in graphics context.
renderBackground(Component, Graphics2D) - Method in class com.sygem.swing.renderers.VerticalBackgroundRenderer
Renders the smooth gradient to the passed in graphics context.
renderBackground(Component, Graphics2D) - Method in class com.sygem.swing.renderers.WatermarkBackgroundRenderer
Draws an image (which may be partially transparent) at the bottom-right corner of the passed in graphics context.

S

setColor1(Color) - Method in class com.sygem.swing.renderers.GradientBackgroundRenderer
Set the first color used in the gradient
setColor1(Color) - Method in class com.sygem.swing.renderers.VerticalBackgroundRenderer
Set the first color used in the gradient
setColor2(Color) - Method in class com.sygem.swing.renderers.GradientBackgroundRenderer
Set the second color used in the gradient
setColor2(Color) - Method in class com.sygem.swing.renderers.VerticalBackgroundRenderer
Set the second color used in the gradient

T

TextureBackgoundRenderer - class com.sygem.swing.renderers.TextureBackgoundRenderer.
A background renderer that fills the area with a texture.
TextureBackgoundRenderer(TexturePaint) - Constructor for class com.sygem.swing.renderers.TextureBackgoundRenderer
Constructor - sets the TexturePaint to use for the backround.

V

VerticalBackgroundRenderer - class com.sygem.swing.renderers.VerticalBackgroundRenderer.
A simple background renderer - creates a smooth vertical gradient between 2 colours.
VerticalBackgroundRenderer(Color, Color) - Constructor for class com.sygem.swing.renderers.VerticalBackgroundRenderer
Constructor - sets up the two colors used in the gradient

W

WatermarkBackgroundRenderer - class com.sygem.swing.renderers.WatermarkBackgroundRenderer.
BackgroundRenderer that places an image at the bottom-right of the category.
WatermarkBackgroundRenderer(Image, int) - Constructor for class com.sygem.swing.renderers.WatermarkBackgroundRenderer
Creates the background renderer, specifying the image to display, and how opaque the image should be.

B C G R S T V W

Copyright © 2004 SyGem Software. All Rights Reserved.