Uses of Class
org.jfree.pdf.PDFDocument
-
Packages that use PDFDocument Package Description org.jfree.pdf.internal -
-
Uses of PDFDocument in org.jfree.pdf.internal
Fields in org.jfree.pdf.internal declared as PDFDocument Modifier and Type Field Description private PDFDocument
Pages. parent
The PDF document.Methods in org.jfree.pdf.internal that return PDFDocument Modifier and Type Method Description PDFDocument
Pages. getDocument()
Returns the PDF document that the pages belong to.Constructors in org.jfree.pdf.internal with parameters of type PDFDocument Constructor Description Pages(int number, int generation, PDFDocument parent)
Creates a newPages
object.
-