Uses of Class
de.erichseifert.vectorgraphics2d.pdf.PageTreeNode
-
Packages that use PageTreeNode Package Description de.erichseifert.vectorgraphics2d.pdf Implementation of a processor to convert VectorGraphics2D intermediate language commands to the Portable Document Format (PDF). -
-
Uses of PageTreeNode in de.erichseifert.vectorgraphics2d.pdf
Fields in de.erichseifert.vectorgraphics2d.pdf declared as PageTreeNode Modifier and Type Field Description private PageTreeNode
Page. parent
private PageTreeNode
PageTreeNode. parent
Methods in de.erichseifert.vectorgraphics2d.pdf that return PageTreeNode Modifier and Type Method Description PageTreeNode
Page. getParent()
Returns the immediate parent of thisPage
.PageTreeNode
PageTreeNode. getParent()
Returns the parent of this node.Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type PageTreeNode Modifier and Type Method Description protected void
Page. setParent(PageTreeNode parent)
Sets the parent of thisPage
to the specified node.Constructors in de.erichseifert.vectorgraphics2d.pdf with parameters of type PageTreeNode Constructor Description PageTreeNode(PageTreeNode parent)
Initializes aPageTreeNode
with the specified parent node.
-