Uses of Class
de.erichseifert.vectorgraphics2d.pdf.PageTreeNode
Packages that use PageTreeNode
Package
Description
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 PageTreeNodeModifier and TypeFieldDescriptionprivate PageTreeNode
Page.parent
private final PageTreeNode
PageTreeNode.parent
Methods in de.erichseifert.vectorgraphics2d.pdf that return PageTreeNodeModifier and TypeMethodDescriptionPage.getParent()
Returns the immediate parent of thisPage
.PageTreeNode.getParent()
Returns the parent of this node.Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type PageTreeNodeModifier and TypeMethodDescriptionprotected void
Page.setParent
(PageTreeNode parent) Sets the parent of thisPage
to the specified node.Constructors in de.erichseifert.vectorgraphics2d.pdf with parameters of type PageTreeNodeModifierConstructorDescriptionPageTreeNode
(PageTreeNode parent) Initializes aPageTreeNode
with the specified parent node.