Constructor.
public function Line( objStart: Point, objEnd: Point ) 
Uses the data stored by this object to draw a line into the specified graphics object.
public override function draw( objGraphics: Graphics ):void 
Clones this object.
public override function clone():IPathSegment