Uses of Class
org.faceless.pdf2.PDFParser

Packages that use PDFParser
org.faceless.pdf2.viewer2 The "viewer" package contains the classes required to create a Swing application to display PDFs. 
org.faceless.pdf2.viewer2.feature Contains a list of all the features that are available to the PDFViewer. 
 

Uses of PDFParser in org.faceless.pdf2.viewer2
 

Methods in org.faceless.pdf2.viewer2 that return PDFParser
 PDFParser DocumentPanel.getParser()
          Get the PDFParser being used to parse this PDF.
 

Methods in org.faceless.pdf2.viewer2 with parameters of type PDFParser
 void PDFViewer.loadPDF(PDFParser parser, String name)
          Load a pre-loaded PDF into the viewer.
 void PDFViewer.loadPDF(PDFParser parser, String name, int pagenumber)
          Load a pre-loaded PDF into the viewer.
 void PagePanel.setParser(PDFParser parser)
          Set the PDFParser object which should be used to render the pages.
 void DocumentPanel.setPDF(PDFParser parser, PDFPage page)
          Set the PDF to be displayed by this DocumentPanel, and specify the initial page to display and the exact PDFParser to use.
 

Uses of PDFParser in org.faceless.pdf2.viewer2.feature
 

Methods in org.faceless.pdf2.viewer2.feature with parameters of type PDFParser
 JComponent Info.getProfilePanel(PDFParser parser)
           
 BufferedImage AnnotationStampFactory.getStampImage(AnnotationStamp stamp, int height, PDFParser parser)
          Create the image for the specified AnnotationStamp
 



Copyright © 2001-2013 Big Faceless Organization