de.enough.polish.ui.backgrounds
Class TigerStripesBackground

java.lang.Object
  extended by de.enough.polish.ui.Background
      extended by de.enough.polish.ui.backgrounds.TigerStripesBackground
All Implemented Interfaces:
Serializable

public class TigerStripesBackground
extends Background

Author:
Tim Muders

Copyright Enough Software 2005 - 2009


Field Summary
 
Fields inherited from class de.enough.polish.ui.Background
borderWidth
 
Constructor Summary
TigerStripesBackground()
           
TigerStripesBackground(int color, int stripesColor, int number)
           
 
Method Summary
 void paint(int x, int y, int width, int height, Graphics g)
          Paints this background.
 
Methods inherited from class de.enough.polish.ui.Background
addRelativeToBackgroundRegion, animate, animate, hideNotify, releaseResources, setStyle, showNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TigerStripesBackground

public TigerStripesBackground()

TigerStripesBackground

public TigerStripesBackground(int color,
                              int stripesColor,
                              int number)
Method Detail

paint

public void paint(int x,
                  int y,
                  int width,
                  int height,
                  Graphics g)
Description copied from class: Background
Paints this background.

Specified by:
paint in class Background
Parameters:
x - the horizontal start point
y - the vertical start point
width - the width of the background
height - the height of the background
g - the Graphics on which the background should be painted.