de.enough.polish.ui.backgrounds
Class ThinSimpleBackground
java.lang.Object
de.enough.polish.ui.Background
de.enough.polish.ui.backgrounds.ThinSimpleBackground
- All Implemented Interfaces:
- Serializable
public class ThinSimpleBackground
- extends Background
Renders a simple background with a maxium width.
Copyright Enough Software 2006 - 2009
history
Jul 29, 2006 - rob creation
- Author:
- Robert Virkus, j2mepolish@enough.de
|
Constructor Summary |
ThinSimpleBackground(int color,
int maxWidth,
boolean isPercent,
int borderWidth,
int borderColor)
Creates a new ThinSimpleBackground. |
|
Method Summary |
void |
paint(int x,
int y,
int width,
int height,
Graphics g)
Paints this background. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThinSimpleBackground
public ThinSimpleBackground(int color,
int maxWidth,
boolean isPercent,
int borderWidth,
int borderColor)
- Creates a new ThinSimpleBackground.
- Parameters:
color - the colormaxWidth - the maxium width in either pixel or percent (0..100)isPercent - true when the maxWidth parameter represents a percentage valueborderWidth - the width of the borderborderColor - the color of the border
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 pointy - the vertical start pointwidth - the width of the backgroundheight - the height of the backgroundg - the Graphics on which the background should be painted.