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) intidx(package private) Path.OutPtnext(package private) Path.OutPtprevprotected Point.LongPointpt
-
Constructor Summary
Constructors Constructor Description OutPt()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Path.OutPtduplicate(boolean InsertAfter)(package private) Path.OutPtgetBottomPt()static Path.OutRecgetLowerMostRec(Path.OutRec outRec1, Path.OutRec outRec2)intgetPointCount()Point.LongPointgetPt()private static booleanisFirstBottomPt(Path.OutPt btmPt1, Path.OutPt btmPt2)voidreversePolyPtLinks()voidsetPt(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)
-
-