Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.clipper.Point.LongPoint
-
Packages that use Point.LongPoint Package Description com.itextpdf.kernel.pdf.canvas.parser.clipper -
-
Uses of Point.LongPoint in com.itextpdf.kernel.pdf.canvas.parser.clipper
Fields in com.itextpdf.kernel.pdf.canvas.parser.clipper declared as Point.LongPoint Modifier and Type Field Description private Point.LongPointEdge. botprivate Point.LongPointEdge. currentprivate Point.LongPointEdge. deltaprivate Point.LongPointClipperOffset. lowestprivate Point.LongPointPath.Join. offPtprivate Point.LongPointDefaultClipper.IntersectNode. ptprotected Point.LongPointPath.OutPt. ptprivate Point.LongPointEdge. topMethods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return Point.LongPoint Modifier and Type Method Description Point.LongPointEdge. getBot()Point.LongPointEdge. getCurrent()Point.LongPointEdge. getDelta()Point.LongPointPath.Join. getOffPt()Point.LongPointDefaultClipper.IntersectNode. getPt()Point.LongPointPath.OutPt. getPt()Point.LongPointEdge. getTop()Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return types with arguments of type Point.LongPoint Modifier and Type Method Description java.util.List<Point.LongPoint>ClipperBridge. convertToLongPoints(java.util.List<Point> points)Converts list ofPointobjects into list ofPoint.LongPointobjects.java.util.List<Point.LongPoint>PolyNode. getContour()Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type Point.LongPoint Modifier and Type Method Description private 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)PathPath. TranslatePath(Point.LongPoint delta)voidIClipper.IZFillCallback. zFill(Point.LongPoint bot1, Point.LongPoint top1, Point.LongPoint bot2, Point.LongPoint top2, Point.LongPoint pt)Method parameters in com.itextpdf.kernel.pdf.canvas.parser.clipper with type arguments of type Point.LongPoint Modifier and Type Method Description (package private) voidClipperBridge. addContour(Path path, java.util.List<Point.LongPoint> contour, boolean close)java.util.List<Point>ClipperBridge. convertToFloatPoints(java.util.List<Point.LongPoint> points)Converts list ofPoint.LongPointobjects into list ofPointobjects.Constructors in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type Point.LongPoint Constructor Description LongPoint(Point.LongPoint other)Path(Point.LongPoint[] points)Constructor parameters in com.itextpdf.kernel.pdf.canvas.parser.clipper with type arguments of type Point.LongPoint Constructor Description Path(java.util.Collection<? extends Point.LongPoint> c)
-