public class DebugStatsPainter extends java.lang.Object implements PaintListener
| Constructor and Description |
|---|
DebugStatsPainter() |
| Modifier and Type | Method and Description |
|---|---|
void |
postPaint(Display d,
java.awt.Graphics2D g)
Prints a debugging statistics string in the Display.
|
void |
prePaint(Display d,
java.awt.Graphics2D g)
Does nothing.
|
public void prePaint(Display d, java.awt.Graphics2D g)
prePaint in interface PaintListenerd - the Display about to paint itselfg - the Graphics context for the DisplayPaintListener.prePaint(prefuse.Display, java.awt.Graphics2D)public void postPaint(Display d, java.awt.Graphics2D g)
postPaint in interface PaintListenerd - the Display about to paint itselfg - the Graphics context for the DisplayPaintListener.postPaint(prefuse.Display, java.awt.Graphics2D)