Package | Description |
---|---|
com.itextpdf.text.pdf.parser.clipper |
Modifier and Type | Method and Description |
---|---|
Path |
Path.cleanPolygon() |
Path |
Path.cleanPolygon(double distance) |
Path |
PolyNode.getPolygon() |
Path |
Path.TranslatePath(Point.LongPoint delta) |
Modifier and Type | Method and Description |
---|---|
void |
ClipperOffset.addPath(Path path, Clipper.JoinType joinType, Clipper.EndType endType) |
boolean |
ClipperBase.addPath(Path pg, Clipper.PolyType polyType, boolean Closed) |
boolean |
Clipper.addPath(Path pg, Clipper.PolyType polyType, boolean Closed) |
static Paths |
DefaultClipper.minkowskiDiff(Path poly1, Path poly2) |
static Paths |
DefaultClipper.minkowskiSum(Path pattern, Path path, boolean pathIsClosed) |
static Paths |
DefaultClipper.minkowskiSum(Path pattern, Paths paths, boolean pathIsClosed) |
static Paths |
DefaultClipper.simplifyPolygon(Path poly) |
static Paths |
DefaultClipper.simplifyPolygon(Path poly, Clipper.PolyFillType fillType) |
Copyright © 2016. All rights reserved.