Uses of Class
org.freehep.graphicsio.pdf.PDFDictionary

Packages that use PDFDictionary
org.freehep.graphicsio.pdf PDF (Portable Document File) Output Format. 
 

Uses of PDFDictionary in org.freehep.graphicsio.pdf
 

Subclasses of PDFDictionary in org.freehep.graphicsio.pdf
 class PDFCatalog
          Implements the Catalog Dictionary (see Table 3.15).
 class PDFDocInfo
          Implements the Document Information Dictionary (see Table 8.2).
 class PDFOutline
          Implements the Outline Item Dictionary (see Table 7.4).
 class PDFOutlineList
          Implements the Outline Dictionary (see Table 7.3).
 class PDFPage
          Implements the Page Object (see Table 3.17).
 class PDFPageBase
          Implements the Page Base Node to accomodate Inheritance of Page Attributes (see Table 3.17)
 class PDFPageTree
          Implements the Page Tree Node (see Table 3.16).
 class PDFStream
          This class allows you to write/print into a PDFStream.
 class PDFViewerPreferences
          Implements the Viewer Preferences (see Table 7.1).
 

Methods in org.freehep.graphicsio.pdf that return PDFDictionary
 PDFDictionary PDFWriter.openDictionary(java.lang.String name)
           
 PDFDictionary PDFDictionary.openDictionary(java.lang.String name)
           
 

Methods in org.freehep.graphicsio.pdf with parameters of type PDFDictionary
protected  void PDFFontEmbedderType3.addAdditionalEntries(PDFDictionary fontDict)
           
protected abstract  void PDFFontEmbedder.addAdditionalEntries(PDFDictionary fontDict)
          Add additional entries to the font Dictionary.
 void PDFWriter.close(PDFDictionary dictionary)
           
 void PDFDictionary.close(PDFDictionary dictionary)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.