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 PageTreeNodePage. parentprivate PageTreeNodePageTreeNode. parentMethods in de.erichseifert.vectorgraphics2d.pdf that return PageTreeNode Modifier and Type Method Description PageTreeNodePage. getParent()Returns the immediate parent of thisPage.PageTreeNodePageTreeNode. getParent()Returns the parent of this node.Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type PageTreeNode Modifier and Type Method Description protected voidPage. setParent(PageTreeNode parent)Sets the parent of thisPageto the specified node.Constructors in de.erichseifert.vectorgraphics2d.pdf with parameters of type PageTreeNode Constructor Description PageTreeNode(PageTreeNode parent)Initializes aPageTreeNodewith the specified parent node.
-