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

Packages that use SimGraphics
uchicago.src.sim.gui   
uchicago.src.sim.network   
uchicago.src.sim.topology.demo   
uchicago.src.sim.topology.space.d2   
uchicago.src.sim.topology.space.d3   
 

Uses of SimGraphics in uchicago.src.sim.gui
 

Fields in uchicago.src.sim.gui declared as SimGraphics
protected  SimGraphics Painter.simGraphics
           
 

Methods in uchicago.src.sim.gui that return SimGraphics
static SimGraphics SimGraphics.getInstance()
           
 

Methods in uchicago.src.sim.gui with parameters of type SimGraphics
 void VectorDisplay.drawDisplay(SimGraphics g)
          Draws this VectorDisplay.
 void Value2DHexaDisplay.drawDisplay(SimGraphics g)
          Draws the Discrete2DSpace converting the Numbers contained therein to Colors according to the ColorMap specified in the constructor
 void Value2DDisplay.drawDisplay(SimGraphics g)
          Draws the Discrete2DSpace converting the Numbers contained therein to Colors according to the ColorMap specified in the constructor
 void TextDisplay.drawDisplay(SimGraphics g)
          Does the actual drawing using the SimGraphics parameter.
 void RoundRectItem.calcSize(SimGraphics g)
          Calculates the true size of this object including the border width.
 void RoundRectItem.draw(SimGraphics g)
          Draws this item using the specified context.
 void RectItem.calcSize(SimGraphics g)
          Calculates the true size of this object including the border width.
 void RectItem.draw(SimGraphics g)
          Draws this item using the specified context.
 void OvalItem.calcSize(SimGraphics g)
          Calcuates the true size in pixels of this object, including the border.
 void OvalItem.draw(SimGraphics g)
          Draws this OvalItem.
 void Object2DHexaDisplay.drawDisplay(SimGraphics g)
          Draws the contained space, either by iterating over the entire space and calling draw(SimGraphics g) on the Drawables contained therein, or by iterating through a list of Drawables and calling draw(SimGraphics g) on them.
 void Object2DDisplay.drawDisplay(SimGraphics g)
          Draws the contained space, either by iterating over the entire space and calling draw(SimGraphics g) on the Drawables contained therein, or by iterating through a list of Drawables and calling draw(SimGraphics g) on them.
 void NonGridDrawable.draw(SimGraphics g)
          Invoked when the object should draw itself
 void NetworkDrawable.calcSize(SimGraphics g)
          Calculates the size of this NetworkDrawable.
 void Network2DGridDisplay.drawDisplay(SimGraphics g)
          Draws the grid.
 void Network2DDisplay.drawDisplay(SimGraphics g)
          Draws this display
 void MultiObject2DDisplay.drawDisplay(SimGraphics g)
          Draws the contained space, either by iterating over the entire space and calling draw(SimGraphics g) on the Drawables contained therein, or by iterating through a list of Drawables and calling draw(SimGraphics g) on them.
 void DrawableNonGridNode.calcSize(SimGraphics g)
           
 void DrawableItem.calcSize(SimGraphics g)
          Calculates and sets the size of this DrawableItem insuring that the entire label can be seen, if allowResizing is true.
 void DrawableEdge.draw(SimGraphics g, int fromX, int toX, int fromY, int toY)
          Called by a Network*Display instructing the edge to draw itself.
 void Drawable2DGridNode.draw(SimGraphics g)
          Draws this Drawable2DGridNode.
 void Drawable.draw(SimGraphics g)
          Invoked when the object should draw itself
 void Displayable.drawDisplay(SimGraphics g)
          Draws whatever implements this interface on the SimGraphics object
abstract  void Display2D.drawDisplay(SimGraphics g)
           
abstract  void Display.drawDisplay(SimGraphics g)
          Does the actual drawing using the SimGraphics parameter.
 

Uses of SimGraphics in uchicago.src.sim.network
 

Methods in uchicago.src.sim.network with parameters of type SimGraphics
 void DefaultDrawableNode.calcSize(SimGraphics g)
          Calculates the size of this DefaultDrawableNode.
 void DefaultDrawableNode.draw(SimGraphics g)
           
 void DefaultDrawableEdge.draw(SimGraphics g, int fromX, int toX, int fromY, int toY)
          Draws this DefaultDrawableEdge.
 

Uses of SimGraphics in uchicago.src.sim.topology.demo
 

Methods in uchicago.src.sim.topology.demo with parameters of type SimGraphics
 void Player.draw(SimGraphics g)
           
 

Uses of SimGraphics in uchicago.src.sim.topology.space.d2
 

Methods in uchicago.src.sim.topology.space.d2 with parameters of type SimGraphics
 void AbstractObject2DSpace.Abstract2DLocation.draw(SimGraphics g)
           
 

Uses of SimGraphics in uchicago.src.sim.topology.space.d3
 

Methods in uchicago.src.sim.topology.space.d3 with parameters of type SimGraphics
 void AbstractObject3DSpace.Abstract3DLocation.draw(SimGraphics g)