Uses of Class
org.jfree.pdf.internal.Pages
-
Packages that use Pages Package Description org.jfree.pdf ContainsPDFGraphics2D
and supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF). -
-
Uses of Pages in org.jfree.pdf
Fields in org.jfree.pdf declared as Pages Modifier and Type Field Description private Pages
PDFDocument. pages
The pages of the document.private Pages
Page. parent
The pages of the document.Constructors in org.jfree.pdf with parameters of type Pages Constructor Description Page(int number, int generation, Pages parent, java.awt.geom.Rectangle2D bounds)
Creates a new page.Page(int number, int generation, Pages parent, java.awt.geom.Rectangle2D bounds, boolean filter)
Creates a new page.
-