Package | Description |
---|---|
com.itextpdf.text.pdf.parser.clipper |
Modifier and Type | Method | Description |
---|---|---|
List<Point.LongPoint> |
PolyNode.getContour() |
Modifier and Type | Method | 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) |
|
protected static boolean |
Point.slopesEqual(Point.LongPoint pt1,
Point.LongPoint pt2,
Point.LongPoint pt3,
Point.LongPoint pt4) |
|
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) |
Constructor | Description |
---|---|
LongPoint(Point.LongPoint other) |
|
Path(Point.LongPoint[] points) |
Constructor | Description |
---|---|
Path(Collection<? extends Point.LongPoint> c) |
Copyright © 2018. All rights reserved.