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. childrenMethods 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 allPageobjects that are immediate children of this node.Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type Page Modifier and Type Method Description voidPageTreeNode. add(Page page)Adds the specifiedPageto the node's children.
-