Class SegmentIteratorWithLookBehind.Segment

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Segment​(float xStart, float yStart, float xEnd, float yEnd)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double length()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • xStart

        public float xStart
      • yStart

        public float yStart
      • xEnd

        public float xEnd
      • yEnd

        public float yEnd
      • moveHappened

        public boolean moveHappened
    • Constructor Detail

      • Segment

        private Segment​(float xStart,
                        float yStart,
                        float xEnd,
                        float yEnd)
    • Method Detail

      • length

        public double length()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object