Uses of Class
com.orsonpdf.Page
-
Packages that use Page Package Description com.orsonpdf ContainsPDFGraphics2Dand supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF). -
-
Uses of Page in com.orsonpdf
Fields in com.orsonpdf declared as Page Modifier and Type Field Description private PageGraphicsStream. pageThe page the graphics stream belongs to.Fields in com.orsonpdf with type parameters of type Page Modifier and Type Field Description private java.util.List<Page>Pages. pagesMethods in com.orsonpdf that return Page Modifier and Type Method Description PagePDFDocument. createPage(java.awt.geom.Rectangle2D bounds)Creates a newPage, adds it to the document, and returns a reference to thePage.Methods in com.orsonpdf that return types with arguments of type Page Modifier and Type Method Description java.util.List<Page>Pages. getPages()Returns a list of the pages in this object.Methods in com.orsonpdf with parameters of type Page Modifier and Type Method Description (package private) voidPages. add(Page page)Constructors in com.orsonpdf with parameters of type Page Constructor Description GraphicsStream(int number, Page page)Creates a new instance.
-