|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DrawableNonGridNode
Interface for a drawable 2 dimensional "node." This does not implement the Node interface so that network models can be visualized without using RePast's Node / Edge architecture.
Nodes to be displayed in a Network2DDisplay should implement this interface.
| Method Summary | |
|---|---|
void |
calcSize(SimGraphics g)
|
java.util.ArrayList |
getOutEdges()
Gets the list of out-going edges from this node. |
void |
setX(double x)
Sets the x coordinate for this node. |
void |
setY(double y)
Sets the y coordinate for this node. |
| Methods inherited from interface uchicago.src.sim.gui.NonGridDrawable |
|---|
contains, draw, getHeight, getWidth, getX, getY |
| Method Detail |
|---|
java.util.ArrayList getOutEdges()
void calcSize(SimGraphics g)
void setX(double x)
void setY(double y)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||