Package | Description |
---|---|
org.faceless.pdf2 |
Contains the classes used to create a PDF document
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputProfiler.setParser(PDFParser parser)
Set the PDFParser to create the OutputProfile from.
|
Constructor and Description |
---|
OutputProfiler(PDFParser parser)
Create a new OutputProfiler and call
setParser() |
Modifier and Type | Method and Description |
---|---|
PDFParser |
DocumentPanel.getParser()
Get the PDFParser being used to parse this PDF.
|
Modifier and Type | Method and 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 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. |
Modifier and Type | Method and Description |
---|---|
JComponent |
Info.getProfilePanel(PDFParser parser) |
BufferedImage |
AnnotationStampFactory.getStampImage(AnnotationStamp stamp,
int height,
PDFParser parser)
Create the image for the specified AnnotationStamp
|
Copyright © 2001-2017 Big Faceless Organization