RePast
v. 2.0

uchicago.src.sim.gui
Interface Drawable2DNode

All Superinterfaces:
Drawable, Node

public interface Drawable2DNode
extends Node, Drawable

Interface for a drawable 2 dimensional node that occupies a cell in a grid. This interface defines no methods of its own, but is rather a "convenience" interface that combines the Node and Drawable interfaces. Nodes to be displayed in a Network2D*Displays should implement this interface.


Methods inherited from interface uchicago.src.sim.network.Node
addInEdge, addOutEdge, clearInEdges, clearOutEdges, getId, getInEdges, getNodeLabel, getOutEdges, hasEdgeFrom, hasEdgeTo, removeInEdge, removeOutEdge, setNodeLabel
 
Methods inherited from interface uchicago.src.sim.gui.Drawable
draw, getX, getY
 


RePast
v. 2.0

Bug reports and feature requests to RePast