Uses of Class
com.itextpdf.text.pdf.parser.clipper.Point.LongPoint
-
Packages that use Point.LongPoint Package Description com.itextpdf.text.pdf.parser.clipper com.itextpdf.text.pdf.pdfcleanup -
-
Uses of Point.LongPoint in com.itextpdf.text.pdf.parser.clipper
Fields in com.itextpdf.text.pdf.parser.clipper declared as Point.LongPoint Modifier and Type Field Description private Point.LongPoint
Edge. bot
private Point.LongPoint
Edge. current
private Point.LongPoint
Edge. delta
private Point.LongPoint
ClipperOffset. lowest
private Point.LongPoint
Path.Join. offPt
private Point.LongPoint
DefaultClipper.IntersectNode. pt
protected Point.LongPoint
Path.OutPt. pt
private Point.LongPoint
Edge. top
Methods in com.itextpdf.text.pdf.parser.clipper that return Point.LongPoint Modifier and Type Method Description Point.LongPoint
Edge. getBot()
Point.LongPoint
Edge. getCurrent()
Point.LongPoint
Edge. getDelta()
Point.LongPoint
Path.Join. getOffPt()
Point.LongPoint
DefaultClipper.IntersectNode. getPt()
Point.LongPoint
Path.OutPt. getPt()
Point.LongPoint
Edge. getTop()
Methods in com.itextpdf.text.pdf.parser.clipper that return types with arguments of type Point.LongPoint Modifier and Type Method Description java.util.List<Point.LongPoint>
PolyNode. getContour()
Methods in com.itextpdf.text.pdf.parser.clipper with parameters of type Point.LongPoint Modifier and Type Method Description private void
DefaultClipper. addGhostJoin(Path.OutPt Op, Point.LongPoint OffPt)
private void
DefaultClipper. addJoin(Path.OutPt Op1, Path.OutPt Op2, Point.LongPoint OffPt)
private void
DefaultClipper. addLocalMaxPoly(Edge e1, Edge e2, Point.LongPoint pt)
private Path.OutPt
DefaultClipper. addLocalMinPoly(Edge e1, Edge e2, Point.LongPoint pt)
private Path.OutPt
DefaultClipper. addOutPt(Edge e, Point.LongPoint pt)
static double
Point.LongPoint. getDeltaX(Point.LongPoint pt1, Point.LongPoint pt2)
(package private) static Point.DoublePoint
Point. getUnitNormal(Point.LongPoint pt1, Point.LongPoint pt2)
private static void
ClipperBase. initEdge(Edge e, Edge eNext, Edge ePrev, Point.LongPoint pt)
private void
DefaultClipper. intersectEdges(Edge e1, Edge e2, Point.LongPoint pt)
private void
DefaultClipper. intersectPoint(Edge edge1, Edge edge2, Point.LongPoint[] ipV)
private static int
DefaultClipper. isPointInPolygon(Point.LongPoint pt, Path.OutPt op)
int
Path. isPointInPolygon(Point.LongPoint pt)
protected static boolean
Point. isPt2BetweenPt1AndPt3(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3)
private static boolean
DefaultClipper. joinHorz(Path.OutPt op1, Path.OutPt op1b, Path.OutPt op2, Path.OutPt op2b, Point.LongPoint Pt, boolean DiscardLeft)
private static boolean
ClipperBase. rangeTest(Point.LongPoint Pt, boolean useFullRange)
void
Edge. setBot(Point.LongPoint bot)
void
Edge. setCurrent(Point.LongPoint current)
void
Path.Join. setOffPt(Point.LongPoint offPt)
void
DefaultClipper.IntersectNode. setPt(Point.LongPoint pt)
void
Path.OutPt. setPt(Point.LongPoint pt)
void
Edge. setTop(Point.LongPoint top)
private void
DefaultClipper. setZ(Point.LongPoint pt, Edge e1, Edge e2)
protected static boolean
Point. slopesEqual(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3, boolean useFullRange)
protected static boolean
Point. slopesEqual(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3, Point.LongPoint pt4, boolean useFullRange)
(package private) static boolean
Point. slopesNearCollinear(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3, double distSqrd)
Path
Path. TranslatePath(Point.LongPoint delta)
void
Clipper.ZFillCallback. zFill(Point.LongPoint bot1, Point.LongPoint top1, Point.LongPoint bot2, Point.LongPoint top2, Point.LongPoint pt)
Constructors in com.itextpdf.text.pdf.parser.clipper with parameters of type Point.LongPoint Constructor Description LongPoint(Point.LongPoint other)
Path(Point.LongPoint[] points)
Constructor parameters in com.itextpdf.text.pdf.parser.clipper with type arguments of type Point.LongPoint Constructor Description Path(java.util.Collection<? extends Point.LongPoint> c)
-
Uses of Point.LongPoint in com.itextpdf.text.pdf.pdfcleanup
Method parameters in com.itextpdf.text.pdf.pdfcleanup with type arguments of type Point.LongPoint Modifier and Type Method Description private static void
PdfCleanUpRegionFilter. addContour(Path path, java.util.List<Point.LongPoint> contour, java.lang.Boolean close)
private static java.util.List<Point2D>
PdfCleanUpRegionFilter. convertToFloatPoints(java.util.List<Point.LongPoint> points)
-