Uses of Class
org.jfree.pdf.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 org.jfree.pdf
Methods in org.jfree.pdf that return PageModifier and TypeMethodDescriptionPDFDocument.createPage
(Rectangle2D bounds) Creates a newPage
, adds it to the document, and returns a reference to thePage
. -
Uses of Page in org.jfree.pdf.internal
Fields in org.jfree.pdf.internal with type parameters of type PageMethods in org.jfree.pdf.internal that return types with arguments of type PageMethods in org.jfree.pdf.internal with parameters of type Page -
Uses of Page in org.jfree.pdf.stream
Fields in org.jfree.pdf.stream declared as PageModifier and TypeFieldDescriptionprivate Page
GraphicsStream.page
The page the graphics stream belongs to.Constructors in org.jfree.pdf.stream with parameters of type Page