Uses of Class
uchicago.src.sim.gui.Painter

Packages that use Painter
uchicago.src.sim.gui   
 

Uses of Painter in uchicago.src.sim.gui
 

Subclasses of Painter in uchicago.src.sim.gui
 class DummyPainter
          A dummy implementation of Painter that forwards paint calls back to the display surface.
 class LocalPainter
          Used by DisplaySurface to do the actual painting of displayables.
 

Fields in uchicago.src.sim.gui declared as Painter
protected  Painter DisplaySurface.painter
          The Painter used by this DisplaySurface to do the actual drawing.
 

Constructors in uchicago.src.sim.gui with parameters of type Painter
DisplaySurface(SimModel model, java.lang.String name, Painter painter)
          Creates a DisplaySurface for the specified model, with the specified name and using the specified Painter.