| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf.canvas.parser.clipper |
| Modifier and Type | Method and Description |
|---|---|
static List<Point.LongPoint> |
ClipperBridge.convertToLongPoints(List<Point> points)
Converts list of
Point objects into list of
Point.LongPoint objects. |
List<Point.LongPoint> |
PolyNode.getContour() |
| Modifier and Type | Method and Description |
|---|---|
static 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 |
Path.TranslatePath(Point.LongPoint delta) |
void |
IClipper.IZFillCallback.zFill(Point.LongPoint bot1,
Point.LongPoint top1,
Point.LongPoint bot2,
Point.LongPoint top2,
Point.LongPoint pt) |
| Modifier and Type | Method and Description |
|---|---|
static List<Point> |
ClipperBridge.convertToFloatPoints(List<Point.LongPoint> points)
Converts list of
Point.LongPoint objects into list of
Point objects. |
| Constructor and Description |
|---|
LongPoint(Point.LongPoint other) |
Path(Point.LongPoint[] points) |
| Constructor and Description |
|---|
Path(Collection<? extends Point.LongPoint> c) |
Copyright © 1998–2023 Apryse Group NV. All rights reserved.