Package | Description |
---|---|
com.itextpdf.text.pdf.parser.clipper |
Modifier and Type | Class | Description |
---|---|---|
class |
PolyTree |
Modifier and Type | Field | Description |
---|---|---|
protected java.util.List<PolyNode> |
PolyNode.childs |
Modifier and Type | Method | Description |
---|---|---|
PolyNode |
PolyTree.getFirst() |
|
PolyNode |
PolyNode.getNext() |
|
PolyNode |
PolyNode.getParent() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<PolyNode> |
PolyTree.getAllPolys() |
|
java.util.List<PolyNode> |
PolyNode.getChilds() |
Modifier and Type | Method | Description |
---|---|---|
void |
PolyNode.addChild(PolyNode child) |
|
void |
Paths.addPolyNode(PolyNode polynode,
com.itextpdf.text.pdf.parser.clipper.PolyNode.NodeType nt) |
|
void |
PolyNode.setParent(PolyNode n) |
Copyright © 1998–2018. All rights reserved.