Uses of Class
de.erichseifert.vectorgraphics2d.pdf.Page
-
Packages that use Page Package Description de.erichseifert.vectorgraphics2d.pdf Implementation of a processor to convert VectorGraphics2D intermediate language commands to the Portable Document Format (PDF). -
-
Uses of Page in de.erichseifert.vectorgraphics2d.pdf
Fields in de.erichseifert.vectorgraphics2d.pdf with type parameters of type Page Modifier and Type Field Description private java.util.List<Page>
PageTreeNode. children
Methods in de.erichseifert.vectorgraphics2d.pdf that return types with arguments of type Page Modifier and Type Method Description java.util.List<Page>
PageTreeNode. getKids()
Returns allPage
objects that are immediate children of this node.Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type Page Modifier and Type Method Description void
PageTreeNode. add(Page page)
Adds the specifiedPage
to the node's children.
-