Uses of Interface
org.faceless.pdf2.PropertyManager

Packages that use PropertyManager
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. 
 

Uses of PropertyManager in org.faceless.pdf2
 

Fields in org.faceless.pdf2 declared as PropertyManager
static PropertyManager PropertyManager.SYSTEM
          Defines a PropertyManager which checks the System.getProperty(java.lang.String) method.
 

Methods in org.faceless.pdf2 that return PropertyManager
static PropertyManager PDF.getPropertyManager()
          Get the PropertyManager currently being used by the PDF library
 

Methods in org.faceless.pdf2 with parameters of type PropertyManager
static void PDF.setPropertyManager(PropertyManager manager)
          Set the PropertyManager to be used by the PDF library
 

Uses of PropertyManager in org.faceless.pdf2.viewer2
 

Classes in org.faceless.pdf2.viewer2 that implement PropertyManager
 class PDFViewerApplet
          An applet wrapping the PDFViewer.
 

Methods in org.faceless.pdf2.viewer2 that return PropertyManager
 PropertyManager PDFViewer.getPropertyManager()
          Get the PropertyManager in use by this PDFViewer
 

Methods in org.faceless.pdf2.viewer2 with parameters of type PropertyManager
 void PDFViewer.setPropertyManager(PropertyManager manager)
          Set the PropertyManager in use by this PDFViewer
 



Copyright © 2001-2013 Big Faceless Organization