Package edu.colorado.cs.ns2.graphics

Interface Summary
Drawable Interface to Respresent Drawable Objects (Nodes and Links).
 

Class Summary
CoordinatePair This class stores a pair of coordinate pairs as two Points.
LineDrawable This class represents a Link (a line) as drawn on the screen.
LineEndpoint This class defines a line's endpoint, which can be any of {(x1, y1), (x2, y2)}
RectDrawable This class represents Nodes as drawn on the Screen.