Package | Description |
---|---|
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 |
---|---|
abstract Importer.ImporterTask |
Importer.getImporter(PDFViewer viewer,
File file)
Return an
Importer.ImporterTask that will load a PDF into the viewer from the specifed File. |
abstract Importer.ImporterTask |
Importer.getImporter(PDFViewer viewer,
InputStream in,
String title,
File savefile)
Return an
Importer.ImporterTask that will load a PDF into the viewer from the specifed InputStream. |
Importer.ImporterTask |
Importer.getImporter(PDFViewer viewer,
URL url)
Return an
Importer.ImporterTask that will load a PDF into the viewer from the specified URL. |
Modifier and Type | Method and Description |
---|---|
Importer.ImporterTask |
ImageImporter.getImporter(PDFViewer viewer,
File file) |
Importer.ImporterTask |
PDFImporter.getImporter(PDFViewer viewer,
File file) |
Importer.ImporterTask |
ImageImporter.getImporter(PDFViewer viewer,
InputStream in,
String title,
File file) |
Importer.ImporterTask |
PDFImporter.getImporter(PDFViewer viewer,
InputStream in,
String title,
File file) |
Importer.ImporterTask |
PDFImporter.getImporter(PDFViewer viewer,
URL url) |
Copyright © 2001-2017 Big Faceless Organization