Package | Description |
---|---|
com.itextpdf.text.pdf.parser.clipper |
Modifier and Type | Method and Description |
---|---|
Paths |
Paths.cleanPolygons() |
Paths |
Paths.cleanPolygons(double distance) |
static Paths |
Paths.closedPathsFromPolyTree(PolyTree polytree) |
static Paths |
Paths.makePolyTreeToPaths(PolyTree polytree) |
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 |
Paths.openPathsFromPolyTree(PolyTree polytree) |
static Paths |
DefaultClipper.simplifyPolygon(Path poly) |
static Paths |
DefaultClipper.simplifyPolygon(Path poly, Clipper.PolyFillType fillType) |
static Paths |
DefaultClipper.simplifyPolygons(Paths polys) |
static Paths |
DefaultClipper.simplifyPolygons(Paths polys, Clipper.PolyFillType fillType) |
Modifier and Type | Method and Description |
---|---|
void |
ClipperOffset.addPaths(Paths paths, Clipper.JoinType joinType, Clipper.EndType endType) |
boolean |
ClipperBase.addPaths(Paths ppg, Clipper.PolyType polyType, boolean closed) |
boolean |
Clipper.addPaths(Paths ppg, Clipper.PolyType polyType, boolean closed) |
boolean |
DefaultClipper.execute(Clipper.ClipType clipType, Paths solution) |
boolean |
Clipper.execute(Clipper.ClipType clipType, Paths solution) |
boolean |
DefaultClipper.execute(Clipper.ClipType clipType, Paths solution, Clipper.PolyFillType FillType) |
boolean |
DefaultClipper.execute(Clipper.ClipType clipType, Paths solution, Clipper.PolyFillType subjFillType, Clipper.PolyFillType clipFillType) |
boolean |
Clipper.execute(Clipper.ClipType clipType, Paths solution, Clipper.PolyFillType subjFillType, Clipper.PolyFillType clipFillType) |
void |
ClipperOffset.execute(Paths solution, double delta) |
static Paths |
DefaultClipper.minkowskiSum(Path pattern, Paths paths, boolean pathIsClosed) |
static Paths |
DefaultClipper.simplifyPolygons(Paths polys) |
static Paths |
DefaultClipper.simplifyPolygons(Paths polys, Clipper.PolyFillType fillType) |
Copyright © 2016. All rights reserved.