Class SegmentIteratorWithLookBehind.Segment
- java.lang.Object
-
- com.github.weisj.jsvg.geometry.util.SegmentIteratorWithLookBehind.Segment
-
- Enclosing class:
- SegmentIteratorWithLookBehind
public static final class SegmentIteratorWithLookBehind.Segment extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
moveHappened
float
xEnd
float
xStart
float
yEnd
float
yStart
-
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()
-