Package | Description |
---|---|
com.itextpdf.kernel.pdf.canvas.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,
IClipper.PolyFillType fillType) |
static Paths |
DefaultClipper.simplifyPolygons(Paths polys) |
static Paths |
DefaultClipper.simplifyPolygons(Paths polys,
IClipper.PolyFillType fillType) |
Modifier and Type | Method and Description |
---|---|
void |
ClipperOffset.addPaths(Paths paths,
IClipper.JoinType joinType,
IClipper.EndType endType) |
boolean |
IClipper.addPaths(Paths ppg,
IClipper.PolyType polyType,
boolean closed) |
boolean |
ClipperBase.addPaths(Paths ppg,
IClipper.PolyType polyType,
boolean closed) |
boolean |
DefaultClipper.execute(IClipper.ClipType clipType,
Paths solution) |
boolean |
IClipper.execute(IClipper.ClipType clipType,
Paths solution) |
boolean |
DefaultClipper.execute(IClipper.ClipType clipType,
Paths solution,
IClipper.PolyFillType FillType) |
boolean |
DefaultClipper.execute(IClipper.ClipType clipType,
Paths solution,
IClipper.PolyFillType subjFillType,
IClipper.PolyFillType clipFillType) |
boolean |
IClipper.execute(IClipper.ClipType clipType,
Paths solution,
IClipper.PolyFillType subjFillType,
IClipper.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,
IClipper.PolyFillType fillType) |
Copyright © 1998–2023 Apryse Group NV. All rights reserved.