Uses of Class
uchicago.src.sim.space.VectorSpace

Packages that use VectorSpace
uchicago.src.sim.gui   
 

Uses of VectorSpace in uchicago.src.sim.gui
 

Fields in uchicago.src.sim.gui declared as VectorSpace
protected  VectorSpace VectorDisplay.space
           
 

Constructors in uchicago.src.sim.gui with parameters of type VectorSpace
Network2DDisplay(VectorSpace space, int width, int height)
          Creates a Network2DDisplay of the specified width and height for displaying the DrawableNonGridNodes and DrawableEdges in the specified space.
VectorDisplay(VectorSpace space, int width, int height)
          Constructs a VectorDisplay to display the specified space with the specified with and height.