public LineSegment GetLineSegment(int line)
 {
     return(lineTrackingStrategy.GetLineSegment(line));
 }