com.incrediblesoft.redjey.backgrounds
Class SimpleBackground
java.lang.Object
com.incrediblesoft.redjey.backgrounds.Background
com.incrediblesoft.redjey.backgrounds.SimpleBackground
public class SimpleBackground
- extends Background
Method Summary |
Background |
clone()
|
void |
paint(javax.microedition.lcdui.Graphics g,
int x,
int y,
int width,
int height)
Paints this background. |
Methods inherited from class com.incrediblesoft.redjey.backgrounds.Background |
tick |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleBackground
public SimpleBackground(int color)
SimpleBackground
public SimpleBackground(int color,
int arcWidth,
int arcHeight)
SimpleBackground
public SimpleBackground(java.util.Hashtable styleDesc)
paint
public void paint(javax.microedition.lcdui.Graphics g,
int x,
int y,
int width,
int height)
- Description copied from class:
Background
- Paints this background.
- Specified by:
paint
in class Background
- Parameters:
g
- the Graphics on which the background should be painted.x
- the horizontal start pointy
- the vertical start pointwidth
- the width of the backgroundheight
- the height of the background
clone
public Background clone()
- Specified by:
clone
in class Background