Class Path.OutPt
- java.lang.Object
-
- com.itextpdf.text.pdf.parser.clipper.Path.OutPt
-
- Enclosing class:
- Path
static class Path.OutPt extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
idx
(package private) Path.OutPt
next
(package private) Path.OutPt
prev
protected Point.LongPoint
pt
-
Constructor Summary
Constructors Constructor Description OutPt()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Path.OutPt
duplicate(boolean InsertAfter)
(package private) Path.OutPt
getBottomPt()
static Path.OutRec
getLowerMostRec(Path.OutRec outRec1, Path.OutRec outRec2)
int
getPointCount()
Point.LongPoint
getPt()
private static boolean
isFirstBottomPt(Path.OutPt btmPt1, Path.OutPt btmPt2)
void
reversePolyPtLinks()
void
setPt(Point.LongPoint pt)
-
-
-
Field Detail
-
idx
int idx
-
pt
protected Point.LongPoint pt
-
next
Path.OutPt next
-
prev
Path.OutPt prev
-
-
Method Detail
-
getLowerMostRec
public static Path.OutRec getLowerMostRec(Path.OutRec outRec1, Path.OutRec outRec2)
-
isFirstBottomPt
private static boolean isFirstBottomPt(Path.OutPt btmPt1, Path.OutPt btmPt2)
-
duplicate
public Path.OutPt duplicate(boolean InsertAfter)
-
getBottomPt
Path.OutPt getBottomPt()
-
getPointCount
public int getPointCount()
-
getPt
public Point.LongPoint getPt()
-
reversePolyPtLinks
public void reversePolyPtLinks()
-
setPt
public void setPt(Point.LongPoint pt)
-
-