Package | Description |
---|---|
com.itextpdf.text.pdf.parser.clipper |
Modifier and Type | Method | 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 | Description |
---|---|---|
boolean |
Clipper.addPaths(Paths ppg,
Clipper.PolyType polyType,
boolean closed) |
|
boolean |
ClipperBase.addPaths(Paths ppg,
Clipper.PolyType polyType,
boolean closed) |
|
void |
ClipperOffset.addPaths(Paths paths,
Clipper.JoinType joinType,
Clipper.EndType endType) |
|
boolean |
Clipper.execute(Clipper.ClipType clipType,
Paths solution) |
|
boolean |
Clipper.execute(Clipper.ClipType clipType,
Paths solution,
Clipper.PolyFillType subjFillType,
Clipper.PolyFillType clipFillType) |
|
void |
ClipperOffset.execute(Paths solution,
double delta) |
|
boolean |
DefaultClipper.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) |
|
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 © 2018. All rights reserved.