|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PDFParser | |
|---|---|
| org.faceless.pdf2.viewer2 | The "viewer" package contains the classes required to create a Swing application to display PDFs. |
| 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 |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||