|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.lwuit.painter.BackgroundPainter
A painter that draws the background of a component based on its style.
| Constructor Summary | |
BackgroundPainter(Component parent)
Construct a background painter for the given component. |
|
| Method Summary | |
void |
paint(Graphics g,
Rectangle rect)
Draws inside the given rectangle clipping area. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BackgroundPainter(Component parent)
parent - the given component| Method Detail |
public void paint(Graphics g,
Rectangle rect)
Painter
paint in interface Painterg - the Graphics objectrect - the given rectangle clipping area
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||