getSegments method

List<TaggedLineSegment> getSegments()

Implementation

List<TaggedLineSegment> getSegments() {
  return segs;
}