Uses of Class
com.orsonpdf.Page

Packages that use Page
Package
Description
Contains PDFGraphics2D and supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).
  • Uses of Page in com.orsonpdf

    Fields in com.orsonpdf declared as Page
    Modifier and Type
    Field
    Description
    private Page
    GraphicsStream.page
    The page the graphics stream belongs to.
    Fields in com.orsonpdf with type parameters of type Page
    Modifier and Type
    Field
    Description
    private List<Page>
    Pages.pages
     
    Methods in com.orsonpdf that return Page
    Modifier and Type
    Method
    Description
    PDFDocument.createPage(Rectangle2D bounds)
    Creates a new Page, adds it to the document, and returns a reference to the Page.
    Methods in com.orsonpdf that return types with arguments of type Page
    Modifier and Type
    Method
    Description
    Pages.getPages()
    Returns a list of the pages in this object.
    Methods in com.orsonpdf with parameters of type Page
    Modifier and Type
    Method
    Description
    (package private) void
    Pages.add(Page page)
     
    Constructors in com.orsonpdf with parameters of type Page
    Modifier
    Constructor
    Description
    (package private)
    GraphicsStream(int number, Page page)
    Creates a new instance.