|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PainterListener
Painter listener interface.
Method Summary | |
---|---|
void |
repaint()
Called when painter visual representation changes. |
void |
repaint(int x,
int y,
int width,
int height)
Called when part of painter visual representation changes. |
void |
revalidate()
Called when painter preferred size or margin changes. |
void |
updateOpacity()
Called when painter requires component opacity to be updated. |
Method Detail |
---|
void repaint()
void repaint(int x, int y, int width, int height)
x
- part bounds X coordinatey
- part bounds Y coordinatewidth
- part bounds widthheight
- part bounds heightvoid revalidate()
void updateOpacity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |