Uses of Class
org.faceless.pdf2.viewer2.Exporter.ExporterTask
-
Packages that use Exporter.ExporterTask 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. -
-
Uses of Exporter.ExporterTask in org.faceless.pdf2.viewer2
Methods in org.faceless.pdf2.viewer2 that return Exporter.ExporterTask Modifier and Type Method Description abstract Exporter.ExporterTask
Exporter. getExporter(DocumentPanel panel, PDF pdf, JComponent component, OutputStream out)
Return a newExporter.ExporterTask
that would save a PDF -
Uses of Exporter.ExporterTask in org.faceless.pdf2.viewer2.feature
Methods in org.faceless.pdf2.viewer2.feature that return Exporter.ExporterTask Modifier and Type Method Description Exporter.ExporterTask
PDFExporter. getExporter(DocumentPanel docpanel, PDF pdf, JComponent c, OutputStream out)
Exporter.ExporterTask
TextExporter. getExporter(DocumentPanel docpanel, PDF pdf, JComponent c, OutputStream out)
Exporter.ExporterTask
TIFFExporter. getExporter(DocumentPanel panel, PDF pdf, JComponent c, OutputStream out)
-