Uses of Class
org.faceless.pdf2.viewer2.DocumentViewport

Packages that use DocumentViewport
org.faceless.pdf2.viewer2 The "viewer" package contains the classes required to create a Swing application to display PDFs. 
 

Uses of DocumentViewport in org.faceless.pdf2.viewer2
 

Subclasses of DocumentViewport in org.faceless.pdf2.viewer2
 class MultiPageDocumentViewport
          A DocumentViewport that displays all the pages of a PDF in one column (or row) in the viewport.
 class SinglePageDocumentViewport
          A type of DocumentViewport that displays a single page.
 

Methods in org.faceless.pdf2.viewer2 that return DocumentViewport
 DocumentViewport DocumentPanel.getViewport()
          Return the DocumentViewport contained by this DocumentPanel
 DocumentViewport PagePanel.getViewport()
          Get the DocumentViewport this PagePanel is contained inside, or null if this PagePanel was not created as part of a DocumentPanel
 

Methods in org.faceless.pdf2.viewer2 with parameters of type DocumentViewport
 void DocumentPanel.setViewport(DocumentViewport viewport)
          Set the DocumentViewport used by this DocumentPanel.
 void PagePanel.setViewport(DocumentViewport viewport)
          Set the viewport this PagePanel belongs to
 



Copyright © 2001-2008 Big Faceless Organization