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.

Version:
$Revision: 1.5 $ $Date: 2004/11/03 19:51:00 $
Author:
Nick Collier

Method Summary
 
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