Uses of Interface
prefuse.util.display.PaintListener

Packages that use PaintListener
prefuse The top-level Visualization and Display classes, as well as Constants used throughout the toolkit. 
prefuse.util.display Utility classes specific to the Display class. 
 

Uses of PaintListener in prefuse
 

Methods in prefuse with parameters of type PaintListener
 void Display.addPaintListener(PaintListener pl)
          Add a PaintListener to this Display to receive notifications about paint events.
 void Display.removePaintListener(PaintListener pl)
          Remove a PaintListener from this Display.
 

Uses of PaintListener in prefuse.util.display
 

Classes in prefuse.util.display that implement PaintListener
 class BackgroundPainter
          Paints a background image in a display.
 class DebugStatsPainter
          PinatListener that paints useful debugging statistics over a prefuse display.
 



Copyright © 2007 Regents of the University of California