Uses of Class
com.crionics.jpdf.creator.Page

Packages that use Page
com.crionics.jpdf jPDF Core package, contains all main classes. 
com.crionics.jpdf.creator Contains all the classes to generate PDF using Java2D 
 

Uses of Page in com.crionics.jpdf
 

Methods in com.crionics.jpdf that return Page
 Page CreatorModule.getPage(int i)
          Gets the page at index i
 

Uses of Page in com.crionics.jpdf.creator
 

Methods in com.crionics.jpdf.creator that return Page
static Page Page.createInstance(PdfDocument doc)
          Allows the creation of a new Page into the Specified document.
static Page Page.createInstance(PdfDocument doc, int pageIndex)
          Allows the creation of a new Page into the Specified document at the requested position.
static Page Page.createInstance(PdfDocument doc, java.awt.print.PageFormat pageFormat)
          Allows the creation of a new Page into the Specified document.
static Page Page.createInstance(PdfDocument doc, java.awt.print.PageFormat pageFormat, int pageIndex)
          Allows the creation of a new Page into the Specified document.
 



Copyright © 1999-2007 Crionics. All Rights Reserved.