Uses of Class
com.orsonpdf.Page
Packages that use Page
Package
Description
Contains
PDFGraphics2D
and 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 PageModifier and TypeFieldDescriptionprivate Page
GraphicsStream.page
The page the graphics stream belongs to.Fields in com.orsonpdf with type parameters of type PageMethods in com.orsonpdf that return PageModifier and TypeMethodDescriptionPDFDocument.createPage
(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 PageMethods in com.orsonpdf with parameters of type PageConstructors in com.orsonpdf with parameters of type PageModifierConstructorDescription(package private)
GraphicsStream
(int number, Page page) Creates a new instance.