| Package | Description |
|---|---|
| com.itextpdf.text.pdf.parser |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Subpath> |
Path.getSubpaths() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Path.addSubpath(Subpath subpath) |
Adds the subpath to this path.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Path.addSubpaths(java.util.List<? extends Subpath> subpaths) |
Adds the subpaths to this path.
|
| Constructor | Description |
|---|---|
Subpath(Subpath subpath) |
Copy constuctor.
|
| Constructor | Description |
|---|---|
Path(java.util.List<? extends Subpath> subpaths) |
Copyright © 1998–2018. All rights reserved.