|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BackgroundPainter(Component parent)
parent
- the parent componentMethod Detail |
---|
public void paint(Graphics g, Rectangle rect)
Painter
paint
in interface Painter
g
- the Graphics
objectrect
- the given rectangle cliping area
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |