Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.clipper.Point.LongPoint
Packages that use Point.LongPoint
-
Uses of Point.LongPoint in com.itextpdf.kernel.pdf.canvas.parser.clipper
Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return types with arguments of type Point.LongPointModifier and TypeMethodDescriptionClipperBridge.convertToLongPoints
(List<Point> points) Converts list ofPoint
objects into list ofPoint.LongPoint
objects.PolyNode.getContour()
Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type Point.LongPointModifier and TypeMethodDescriptionstatic double
Point.LongPoint.getDeltaX
(Point.LongPoint pt1, Point.LongPoint pt2) int
Path.isPointInPolygon
(Point.LongPoint pt) protected static boolean
Point.isPt2BetweenPt1AndPt3
(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3) 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) Path.TranslatePath
(Point.LongPoint delta) void
IClipper.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.LongPointModifier and TypeMethodDescriptionClipperBridge.convertToFloatPoints
(List<Point.LongPoint> points) Converts list ofPoint.LongPoint
objects into list ofPoint
objects.Constructors in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type Point.LongPointConstructor parameters in com.itextpdf.kernel.pdf.canvas.parser.clipper with type arguments of type Point.LongPoint