|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SimGraphics in uchicago.src.repastdemos.asynchAgents |
|---|
| Methods in uchicago.src.repastdemos.asynchAgents with parameters of type SimGraphics | |
|---|---|
void |
Employee.draw(SimGraphics g)
|
| Uses of SimGraphics in uchicago.src.repastdemos.enn |
|---|
| Methods in uchicago.src.repastdemos.enn with parameters of type SimGraphics | |
|---|---|
void |
EnnAgent.draw(SimGraphics g)
|
| Uses of SimGraphics in uchicago.src.repastdemos.genetic |
|---|
| Methods in uchicago.src.repastdemos.genetic with parameters of type SimGraphics | |
|---|---|
void |
Competitor.draw(SimGraphics g)
|
| Uses of SimGraphics in uchicago.src.repastdemos.gisModel |
|---|
| Methods in uchicago.src.repastdemos.gisModel with parameters of type SimGraphics | |
|---|---|
void |
GisBug.draw(SimGraphics g)
|
| Uses of SimGraphics in uchicago.src.repastdemos.heatBugs |
|---|
| Methods in uchicago.src.repastdemos.heatBugs with parameters of type SimGraphics | |
|---|---|
void |
HeatBug.draw(SimGraphics g)
|
| Uses of SimGraphics in uchicago.src.repastdemos.hexabugs |
|---|
| Methods in uchicago.src.repastdemos.hexabugs with parameters of type SimGraphics | |
|---|---|
void |
HexaBug.draw(SimGraphics g)
|
| Uses of SimGraphics in uchicago.src.repastdemos.hypercycles |
|---|
| Methods in uchicago.src.repastdemos.hypercycles with parameters of type SimGraphics | |
|---|---|
void |
HyperCell.draw(SimGraphics g)
|
void |
HyperLink.draw(SimGraphics g,
int fromX,
int toX,
int fromY,
int toY)
|
void |
HyperCycleLink.draw(SimGraphics g,
int fromX,
int toX,
int fromY,
int toY)
|
| Uses of SimGraphics in uchicago.src.repastdemos.jain |
|---|
| Methods in uchicago.src.repastdemos.jain with parameters of type SimGraphics | |
|---|---|
void |
JainEdge.draw(SimGraphics g,
int fromX,
int toX,
int fromY,
int toY)
|
| Uses of SimGraphics in uchicago.src.repastdemos.jiggle |
|---|
| Methods in uchicago.src.repastdemos.jiggle with parameters of type SimGraphics | |
|---|---|
void |
JiggleEdge.draw(SimGraphics g,
int fromX,
int toX,
int fromY,
int toY)
|
| Uses of SimGraphics in uchicago.src.repastdemos.jinGirNew |
|---|
| Methods in uchicago.src.repastdemos.jinGirNew with parameters of type SimGraphics | |
|---|---|
void |
JinGirNewEdge.draw(SimGraphics g,
int fromX,
int toX,
int fromY,
int toY)
|
| Uses of SimGraphics in uchicago.src.repastdemos.life |
|---|
| Methods in uchicago.src.repastdemos.life with parameters of type SimGraphics | |
|---|---|
void |
LifeAgent.draw(SimGraphics g)
|
void |
InfiniteSpaceDisplay.drawDisplay(SimGraphics g)
Draws the objects (Drawables) contained by the view window. |
| Uses of SimGraphics in uchicago.src.repastdemos.mousetrap |
|---|
| Methods in uchicago.src.repastdemos.mousetrap with parameters of type SimGraphics | |
|---|---|
void |
MouseTrap.draw(SimGraphics g)
|
| Uses of SimGraphics in uchicago.src.repastdemos.neural |
|---|
| Methods in uchicago.src.repastdemos.neural with parameters of type SimGraphics | |
|---|---|
void |
Stapler.draw(SimGraphics g)
|
void |
Employee.draw(SimGraphics g)
|
| Uses of SimGraphics in uchicago.src.repastdemos.regression |
|---|
| Methods in uchicago.src.repastdemos.regression with parameters of type SimGraphics | |
|---|---|
void |
Employee.draw(SimGraphics g)
|
| Uses of SimGraphics in uchicago.src.repastdemos.sugarscape |
|---|
| Methods in uchicago.src.repastdemos.sugarscape with parameters of type SimGraphics | |
|---|---|
void |
SugarAgent.draw(SimGraphics g)
|
| 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 |
RoundRectItem.calcSize(SimGraphics g)
Calculates the true size of this object including the border width. |
void |
RectItem.calcSize(SimGraphics g)
Calculates the true size of this object including the border width. |
void |
OvalItem.calcSize(SimGraphics g)
Calcuates the true size in pixels of this object, including the border. |
void |
NetworkDrawable.calcSize(SimGraphics g)
Calculates the size of this NetworkDrawable. |
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 |
RoundRectItem.draw(SimGraphics g)
Draws this item using the specified context. |
void |
RectItem.draw(SimGraphics g)
Draws this item using the specified context. |
void |
OvalItem.draw(SimGraphics g)
Draws this OvalItem. |
void |
NonGridDrawable.draw(SimGraphics g)
Invoked when the object should draw itself |
void |
Drawable2DGridNode.draw(SimGraphics g)
Draws this Drawable2DGridNode. |
void |
Drawable.draw(SimGraphics g)
Invoked when the object should draw itself |
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 |
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 |
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 |
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 |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||