Uses of Interface
uchicago.src.sim.gui.Zoomable

Packages that use Zoomable
uchicago.src.sim.gui   
 

Uses of Zoomable in uchicago.src.sim.gui
 

Classes in uchicago.src.sim.gui that implement Zoomable
 class Network2DDisplay
          Displays nodes and links that inhabit a VectorSpace, that is, nodes (and their links) that do not inhabit a grid.
 

Methods in uchicago.src.sim.gui with parameters of type Zoomable
 void DisplaySurface.addZoomable(Zoomable zoomable)