Class SegmentIteratorWithLookBehind.Segment

java.lang.Object
com.github.weisj.jsvg.geometry.util.SegmentIteratorWithLookBehind.Segment
Enclosing class:
SegmentIteratorWithLookBehind

public static final class SegmentIteratorWithLookBehind.Segment extends Object
  • Field Details

    • xStart

      public float xStart
    • yStart

      public float yStart
    • xEnd

      public float xEnd
    • yEnd

      public float yEnd
    • moveHappened

      public boolean moveHappened
  • Constructor Details

    • Segment

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

    • length

      public double length()
    • toString

      public String toString()
      Overrides:
      toString in class Object