|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PaintListener
Listener interface for monitoring paint events on a Display. This listener is notified both directly before and after a Display has been painted, and allows for custom painting to be performed.
Method Summary | |
---|---|
void |
postPaint(Display d,
java.awt.Graphics2D g)
Notification that Display painting has completed. |
void |
prePaint(Display d,
java.awt.Graphics2D g)
Notification that Display painting is beginning. |
Method Detail |
---|
void prePaint(Display d, java.awt.Graphics2D g)
d
- the Display about to paint itselfg
- the Graphics context for the Displayvoid postPaint(Display d, java.awt.Graphics2D g)
d
- the Display about to paint itselfg
- the Graphics context for the Display
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |