|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||