Uses of Class
org.faceless.pdf2.PDFParser
-
Packages that use PDFParser Package Description org.faceless.pdf2 Contains the classes used to create a PDF documentorg.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
Methods in org.faceless.pdf2 with parameters of type PDFParser Modifier and Type Method Description void
OutputProfiler. setParser(PDFParser parser)
Set the PDFParser to create the OutputProfile from.Constructors in org.faceless.pdf2 with parameters of type PDFParser Constructor Description OutputProfiler(PDFParser parser)
Create a new OutputProfiler and callsetParser()
-
Uses of PDFParser in org.faceless.pdf2.viewer2
Methods in org.faceless.pdf2.viewer2 that return PDFParser Modifier and Type Method Description PDFParser
DocumentPanel. getParser()
Get the PDFParser being used to parse this PDF.PDFParser
DocumentPanel. getParser(PDFPage page)
Return the PDFParser used for the specified page.protected PDFParser
Importer. getParser(PDF pdf)
Create aPDFParser
for the specified PDF.Methods in org.faceless.pdf2.viewer2 that return types with arguments of type PDFParser Modifier and Type Method Description List<PDFParser>
DocumentPanel. getAllParsers()
Return a read-only list of all PDFParser objects used in this DocumentPanel.Methods in org.faceless.pdf2.viewer2 with parameters of type PDFParser Modifier and Type Method Description 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
PDFViewer. loadPDF(PDFParser parser, String name, int pagenumber, File file, boolean addtomostrecent, DocumentPanelListener listener)
Load a pre-loaded PDF into the viewer.void
PagePanel. setParser(PDFParser parser)
Set thePDFParser
object which should be used to render the pages.void
DocumentPanel. setPDF(PDFParser parser, PDFPage page)
Set the PDF to be displayed by thisDocumentPanel
, and specify the initial page to display and the exactPDFParser
to use. -
Uses of PDFParser in org.faceless.pdf2.viewer2.feature
Methods in org.faceless.pdf2.viewer2.feature with parameters of type PDFParser Modifier and Type Method Description JComponent
Info. getProfilePanel(PDFParser parser)
BufferedImage
AnnotationStampFactory. getStampImage(AnnotationStamp stamp, int height, PDFParser parser)
Create the image for the specified AnnotationStamp
-