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

Packages that use Probeable
uchicago.src.repastdemos.life   
uchicago.src.sim.gui   
 

Uses of Probeable in uchicago.src.repastdemos.life
 

Classes in uchicago.src.repastdemos.life that implement Probeable
 class InfiniteSpaceDisplay
          Display class for displaying InfiniteLifeSpaces.
 

Uses of Probeable in uchicago.src.sim.gui
 

Classes in uchicago.src.sim.gui that implement Probeable
 class HexaDisplay2D
          Base class for two dimensional displays of hexagonal spaces.
 class MultiObject2DDisplay
          Displays IMulti2DGrid-s and the objects contained within them.
 class Network2DDisplay
          Displays nodes and links that inhabit a VectorSpace, that is, nodes (and their links) that do not inhabit a grid.
 class Network2DGridDisplay
          Displays a 2D grid of Drawable2DNodes and DrawableEDges.
 class Object2DDisplay
          Displays Discrete2DSpaces and the objects contained within them.
 class Object2DHexaDisplay
          Title: 2D Hexagonal Spaces Description: 2D Hexagonal space library Copyright: Copyright (c) 2001 Company: Harvard University Displays a hexagonal layout of Discrete2DSpaces and the objects contained within them.
 class TextDisplay
          A Display class that can be used to display lines of text on a DisplaySurface.
 class Value2DDisplay
          Displays 2d arrays of values (Integers or ints).
 class Value2DHexaDisplay
          Displays 2d arrays of values (Integers or ints).
 class VectorDisplay
          Used to display VectorSpaces - non-discrete spaces.
 

Methods in uchicago.src.sim.gui with parameters of type Probeable
 void DisplaySurface.addProbeable(Probeable probeable)
          Adds the specified Probeable to the list of probeables.
 void DisplaySurface.removeProbeable(Probeable probeable)
          Removes the specified Probeable from the list of probeables.