Uses of Class
com.itextpdf.text.pdf.parser.clipper.Point.LongPoint
Packages that use Point.LongPoint
-
Uses of Point.LongPoint in com.itextpdf.text.pdf.parser.clipper
Fields in com.itextpdf.text.pdf.parser.clipper declared as Point.LongPointModifier and TypeFieldDescriptionprivate final Point.LongPointEdge.botprivate final Point.LongPointEdge.currentprivate final Point.LongPointEdge.deltaprivate Point.LongPointClipperOffset.lowestprivate Point.LongPointPath.Join.offPtprivate Point.LongPointDefaultClipper.IntersectNode.ptprotected Point.LongPointPath.OutPt.ptprivate final Point.LongPointEdge.topMethods in com.itextpdf.text.pdf.parser.clipper that return Point.LongPointModifier and TypeMethodDescriptionEdge.getBot()Edge.getCurrent()Edge.getDelta()Path.Join.getOffPt()DefaultClipper.IntersectNode.getPt()Path.OutPt.getPt()Edge.getTop()Methods in com.itextpdf.text.pdf.parser.clipper that return types with arguments of type Point.LongPointMethods in com.itextpdf.text.pdf.parser.clipper with parameters of type Point.LongPointModifier and TypeMethodDescriptionprivate voidDefaultClipper.addGhostJoin(Path.OutPt Op, Point.LongPoint OffPt) private voidDefaultClipper.addJoin(Path.OutPt Op1, Path.OutPt Op2, Point.LongPoint OffPt) private voidDefaultClipper.addLocalMaxPoly(Edge e1, Edge e2, Point.LongPoint pt) private Path.OutPtDefaultClipper.addLocalMinPoly(Edge e1, Edge e2, Point.LongPoint pt) private Path.OutPtDefaultClipper.addOutPt(Edge e, Point.LongPoint pt) static doublePoint.LongPoint.getDeltaX(Point.LongPoint pt1, Point.LongPoint pt2) (package private) static Point.DoublePointPoint.getUnitNormal(Point.LongPoint pt1, Point.LongPoint pt2) private static voidClipperBase.initEdge(Edge e, Edge eNext, Edge ePrev, Point.LongPoint pt) private voidDefaultClipper.intersectEdges(Edge e1, Edge e2, Point.LongPoint pt) private voidDefaultClipper.intersectPoint(Edge edge1, Edge edge2, Point.LongPoint[] ipV) private static intDefaultClipper.isPointInPolygon(Point.LongPoint pt, Path.OutPt op) intPath.isPointInPolygon(Point.LongPoint pt) protected static booleanPoint.isPt2BetweenPt1AndPt3(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3) private static booleanDefaultClipper.joinHorz(Path.OutPt op1, Path.OutPt op1b, Path.OutPt op2, Path.OutPt op2b, Point.LongPoint Pt, boolean DiscardLeft) private static booleanClipperBase.rangeTest(Point.LongPoint Pt, boolean useFullRange) voidEdge.setBot(Point.LongPoint bot) voidEdge.setCurrent(Point.LongPoint current) voidPath.Join.setOffPt(Point.LongPoint offPt) voidDefaultClipper.IntersectNode.setPt(Point.LongPoint pt) voidPath.OutPt.setPt(Point.LongPoint pt) voidEdge.setTop(Point.LongPoint top) private voidDefaultClipper.setZ(Point.LongPoint pt, Edge e1, Edge e2) protected static booleanPoint.slopesEqual(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3, boolean useFullRange) protected static booleanPoint.slopesEqual(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3, Point.LongPoint pt4, boolean useFullRange) (package private) static booleanPoint.slopesNearCollinear(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3, double distSqrd) Path.TranslatePath(Point.LongPoint delta) voidClipper.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.LongPointConstructor parameters in com.itextpdf.text.pdf.parser.clipper with type arguments of type Point.LongPoint -
Uses of Point.LongPoint in com.itextpdf.text.pdf.pdfcleanup
Method parameters in com.itextpdf.text.pdf.pdfcleanup with type arguments of type Point.LongPointModifier and TypeMethodDescriptionprivate static voidPdfCleanUpRegionFilter.addContour(Path path, List<Point.LongPoint> contour, Boolean close) PdfCleanUpRegionFilter.convertToFloatPoints(List<Point.LongPoint> points)