Uses of Class
org.jfree.pdf.Page
-
Packages that use Page Package Description org.jfree.pdf ContainsPDFGraphics2D
and supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).org.jfree.pdf.internal org.jfree.pdf.stream -
-
Uses of Page in org.jfree.pdf
Methods in org.jfree.pdf that return Page Modifier and Type Method Description Page
PDFDocument. createPage(java.awt.geom.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 Page Modifier and Type Field Description private java.util.List<Page>
Pages. pages
Methods in org.jfree.pdf.internal 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 org.jfree.pdf.internal with parameters of type Page Modifier and Type Method Description void
Pages. add(Page page)
Adds a page to the collection. -
Uses of Page in org.jfree.pdf.stream
Fields in org.jfree.pdf.stream declared as Page Modifier and Type Field Description private Page
GraphicsStream. page
The page the graphics stream belongs to.Constructors in org.jfree.pdf.stream with parameters of type Page Constructor Description GraphicsStream(int number, Page page)
Creates a new instance.
-