fop 0.91beta

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

Packages that use PDFStream
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. These classes were developed for FOP, but could be used by other applications wishing to produce PDF. 
org.apache.fop.render.pdf PDF Renderer 
 

Uses of PDFStream in org.apache.fop.pdf
 

Subclasses of PDFStream in org.apache.fop.pdf
 class PDFCMap
          Class representing the CMap encodings.
 class PDFICCStream
          Special PDFStream for ICC profiles (color profiles).
 class PDFTTFStream
          Special PDFStream for embeddable TrueType fonts.
 

Fields in org.apache.fop.pdf declared as PDFStream
protected  PDFStream PDFCIDFontDescriptor.cidSet
          The cid set stream
protected  PDFStream PDFPage.contents
          the contents stream
 

Methods in org.apache.fop.pdf that return PDFStream
 PDFStream PDFFactory.makeStream(java.lang.String type, boolean add)
          Make a stream object
 

Methods in org.apache.fop.pdf with parameters of type PDFStream
 void PDFCIDFontDescriptor.setCIDSet(PDFStream cidSet)
          Set the CID set stream.
 void PDFPage.setContents(PDFStream contents)
          set this page contents
 PDFFormXObject PDFDocument.addFormXObject(PDFResourceContext res, PDFStream cont, PDFResources formres, java.lang.String key)
          Add a form XObject to the PDF document.
 void PDFCIDFont.setCIDMap(PDFStream map)
          Set the /CIDToGIDMap (to be used only for CIDFontType2)
 void PDFCharProcs.addCharacter(java.lang.String name, PDFStream stream)
          add a character definition in the dictionary
 void PDFCMap.setUseCMap(PDFStream base)
          set the base CMap
 

Constructors in org.apache.fop.pdf with parameters of type PDFStream
PDFPage(PDFResources resources, PDFStream contents, int pageWidth, int pageHeight, int pageIndex)
          Create a /Page object
PDFFormXObject(int xnumber, PDFStream cont, java.lang.String ref)
          create a FormXObject with the given number and name and load the image in the object
 

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

Fields in org.apache.fop.render.pdf declared as PDFStream
protected  PDFStream PDFRenderer.currentStream
          the current stream to add PDF commands to
 PDFStream PDFSVGHandler.PDFInfo.currentStream
          see PDF_STREAM
 


fop 0.91beta

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