Class SegmentIteratorWithLookBehind
java.lang.Object
com.github.weisj.jsvg.geometry.util.SegmentIteratorWithLookBehind
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSegmentIteratorWithLookBehind(@NotNull PathIterator pathIterator, float maxLookBehindLength) -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()booleanbooleanisDone()floatvoidvoidvoidsetMaxLookBehindLength(float maxLookBehindLength)
-
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
-
moveToPrevious
public void moveToPrevious() -
moveToNext
public void moveToNext()
-