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.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletContextPropertyManager
Defines a
PropertyManager which checks the ServletContext.getInitParameter(java.lang.String)
method for properties. |
Modifier and Type | Field and Description |
---|---|
static PropertyManager |
PropertyManager.SYSTEM
Defines a PropertyManager which checks the
System.getProperty(java.lang.String)
method. |
Modifier and Type | Method and Description |
---|---|
static PropertyManager |
PDF.getPropertyManager()
Get the
PropertyManager currently being used by the PDF library |
Modifier and Type | Method and Description |
---|---|
static void |
PDF.setPropertyManager(PropertyManager manager)
Set the
PropertyManager to be used by the PDF library |
Modifier and Type | Class and Description |
---|---|
class |
PDFViewerApplet
An applet wrapping the
PDFViewer . |
Modifier and Type | Method and Description |
---|---|
PropertyManager |
PDFViewer.getPropertyManager()
Get the
PropertyManager in use by this PDFViewer |
Modifier and Type | Method and Description |
---|---|
void |
PDFViewer.setPropertyManager(PropertyManager manager)
Set the
PropertyManager in use by this PDFViewer |
Constructor and Description |
---|
KeyStoreManager(PropertyManager propertymanager)
Create a new KeyStoreManager.
|
Copyright © 2001-2017 Big Faceless Organization