Package | Description |
---|---|
com.itextpdf.kernel.geom | |
com.itextpdf.kernel.pdf.canvas.parser.clipper |
Modifier and Type | Method and Description |
---|---|
List<Subpath> |
Path.getSubpaths() |
Modifier and Type | Method and Description |
---|---|
void |
Path.addSubpath(Subpath subpath)
Adds the subpath to this path.
|
Modifier and Type | Method and Description |
---|---|
void |
Path.addSubpaths(List extends Subpath> subpaths)
Adds the subpaths to this path.
|
Constructor and Description |
---|
Subpath(Subpath subpath)
Copy constructor.
|
Constructor and Description |
---|
Path(List extends Subpath> subpaths) |
Modifier and Type | Method and Description |
---|---|
static List<Subpath> |
ClipperBridge.addPath(ClipperOffset offset, Path path, IClipper.JoinType joinType, IClipper.EndType endType)
Adds all iText Subpath s of the iText Path to the ClipperOffset object with one note: it doesn't add degenerate subpaths.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.