Class Path.Join
- java.lang.Object
-
- com.itextpdf.text.pdf.parser.clipper.Path.Join
-
- Enclosing class:
- Path
static class Path.Join extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Point.LongPointoffPt(package private) Path.OutPtoutPt1(package private) Path.OutPtoutPt2
-
Constructor Summary
Constructors Constructor Description Join()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Point.LongPointgetOffPt()voidsetOffPt(Point.LongPoint offPt)
-
-
-
Field Detail
-
outPt1
Path.OutPt outPt1
-
outPt2
Path.OutPt outPt2
-
offPt
private Point.LongPoint offPt
-
-
Method Detail
-
getOffPt
public Point.LongPoint getOffPt()
-
setOffPt
public void setOffPt(Point.LongPoint offPt)
-
-