Class SegmentIteratorWithLookBehind

java.lang.Object
com.github.weisj.jsvg.geometry.util.SegmentIteratorWithLookBehind

public final class SegmentIteratorWithLookBehind extends Object
  • Constructor Details

    • SegmentIteratorWithLookBehind

      public SegmentIteratorWithLookBehind(@NotNull @NotNull PathIterator pathIterator, float maxLookBehindLength)
  • Method Details

    • setMaxLookBehindLength

      public void setMaxLookBehindLength(float maxLookBehindLength)
    • maxLookBehindLength

      public float maxLookBehindLength()
    • hasNext

      public boolean hasNext()
    • isDone

      public boolean isDone()
    • hasPrevious

      public boolean hasPrevious()
    • currentSegment

      @NotNull public @NotNull SegmentIteratorWithLookBehind.Segment currentSegment()
    • moveToPrevious

      public void moveToPrevious()
    • moveToNext

      public void moveToNext()