public interface PaintListener
extends java.util.EventListener
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 DisplayCopyright ? 2013 Regents of the University of California