Class PathSegment

    • Field Detail

      • endPoint

        public Point endPoint

        The end point of the path segment.

        The start point of the segment corresponds to the end point of the previous segment.
      • segmentType

        public PathSegmentType segmentType
        Defines the type of this path segment.
    • Constructor Detail

      • PathSegment

        public PathSegment()
        Constructor.
    • Method Detail

      • setEndPoint

        public void setEndPoint​(Point endPoint)
      • setControlPoint1

        public void setControlPoint1​(Point controlPoint1)
      • setControlPoint2

        public void setControlPoint2​(Point controlPoint2)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object