Uses of Class
com.orsonpdf.Pages
-
Packages that use Pages Package Description com.orsonpdf ContainsPDFGraphics2Dand supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF). -
-
Uses of Pages in com.orsonpdf
Fields in com.orsonpdf declared as Pages Modifier and Type Field Description private PagesPDFDocument. pagesThe pages of the document.private PagesPage. parentThe pages of the document.Constructors in com.orsonpdf 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.
-