Class SegmentList


  • public class SegmentList
    extends java.lang.Object
    A class representing a list of path segments.
    Version:
    $Id: SegmentList.java 1804130 2017-08-04 14:41:11Z ssteiner $
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SegmentList.SplitResults
      read-only helper class to represent a split-result.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.List segments  
    • Field Detail

      • segments

        java.util.List segments
    • Constructor Detail

      • SegmentList

        public SegmentList()
      • SegmentList

        public SegmentList​(java.awt.Shape s)
    • Method Detail

      • getBounds2D

        public java.awt.geom.Rectangle2D getBounds2D()
      • add

        public void add​(Segment s)
      • iterator

        public java.util.Iterator iterator()
      • size

        public int size()