fop 0.95

Uses of Class
org.apache.fop.pdf.PDFDictionary

Packages that use PDFDictionary
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. 
org.apache.fop.render.pdf PDF Renderer 
 

Uses of PDFDictionary in org.apache.fop.pdf
 

Subclasses of PDFDictionary in org.apache.fop.pdf
 class AbstractPDFStream
          This is an abstract base class for PDF streams.
 class PDFCIDFontDescriptor
          Class representing a font descriptor for CID fonts.
 class PDFCMap
          Class representing the CMap encodings.
 class PDFDests
          class representing an /Dests dictionary object
 class PDFEncoding
          Class representing an /Encoding object.
 class PDFFont
          Class representing a /Font object.
 class PDFFontDescriptor
          Class representing a font descriptor (/FontDescriptor object).
 class PDFFontNonBase14
          A common ancestor for Type1, TrueType, MMType1 and Type3 fonts (all except base 14 fonts).
 class PDFFontTrueType
          Class representing a TrueType font.
 class PDFFontType0
          Class representing a Type0 font.
 class PDFFontType1
          Class representing a Type1 or MMType1 font (not necessary for the base 14).
 class PDFFontType3
          Class representing a Type3 font.
 class PDFFormXObject
          PDF Form XObject A derivative of the PDFXObject, is a PDF Stream that has not only a dictionary but a stream of image data.
 class PDFICCStream
          Special PDFStream for ICC profiles (color profiles).
 class PDFImageXObject
          PDF XObject A derivative of the PDF Object, is a PDF Stream that has not only a dictionary but a stream of image data.
 class PDFMetadata
          Special PDFStream for Metadata.
 class PDFNames
          Class representing a PDF Names object
 class PDFNameTreeNode
          Class representing a PDF name tree node.
 class PDFNumberTreeNode
          Class representing a PDF number tree node.
 class PDFPage
          Class representing a /Page object.
 class PDFPageLabels
          Class representing a PDF /PageLabels dictionary.
 class PDFResourceContext
          The PDF resource context.
 class PDFRoot
          Class representing a Root (/Catalog) object.
 class PDFStream
          Class representing a PDF stream.
 class PDFT1Stream
          Special PDFStream for embedding Type 1 fonts.
 class PDFToUnicodeCMap
          Class representing ToUnicode CMaps.
 class PDFTTFStream
          Special PDFStream for embeddable TrueType fonts.
 class PDFXObject
          Abstract base class of PDF XObjects.
 class TransitionDictionary
          Transition Dictionary This class is used to build a transition dictionary to specify the transition between pages.
 

Methods in org.apache.fop.pdf with parameters of type PDFDictionary
 void PDFImage.populateXObjectDictionary(PDFDictionary dict)
          Populates the XObject's dictionary with additional values.
 void BitmapImage.populateXObjectDictionary(PDFDictionary dict)
          Populates the XObject's dictionary with additional values.
 void AlphaRasterImage.populateXObjectDictionary(PDFDictionary dict)
          Populates the XObject's dictionary with additional values.
protected  void PDFFilterList.putFilterDictEntries(PDFDictionary dict)
          Apply the filters to the data in the order given and add the /Filter and /DecodeParms entries to the stream dictionary.
 

Uses of PDFDictionary in org.apache.fop.render.pdf
 

Methods in org.apache.fop.render.pdf with parameters of type PDFDictionary
 void ImageRenderedAdapter.populateXObjectDictionary(PDFDictionary dict)
          Populates the XObject's dictionary with additional values.
 void AbstractImageAdapter.populateXObjectDictionary(PDFDictionary dict)
          Populates the XObject's dictionary with additional values.
 


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.