|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.dtv.lwuit.painter.BackgroundPainter
public class 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 componentMethod Detail |
---|
public void paint(Graphics g, Rectangle rect)
Painter
paint
in interface Painter
g
- the Graphics
objectrect
- the given rectangle clipping area
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |