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

Packages that use PDFStream
org.apache.fop.layout   
org.apache.fop.pdf   
org.apache.fop.render.pdf.fonts   
 

Uses of PDFStream in org.apache.fop.layout
 

Methods in org.apache.fop.layout that return PDFStream
 PDFStream FontDescriptor.getFontFile(int objNum)
           
 

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
           
 class PDFT1Stream
           
 class PDFTTFStream
           
 

Fields in org.apache.fop.pdf declared as PDFStream
protected  PDFStream PDFCIDFontDescriptor.cidSet
           
protected  PDFStream PDFCIDFont.cidMap
          /CIDToGIDMap (only for CIDFontType2, see p 212) can be either "Identity" (default) or a PDFStream
protected  PDFStream PDFPage.contents
          the contents stream
protected  PDFStream PDFFontDescriptor.fontfile
           
 

Methods in org.apache.fop.pdf that return PDFStream
 PDFStream PDFDocument.makeStream()
          make a stream object
 

Methods in org.apache.fop.pdf with parameters of type PDFStream
 PDFPage PDFDocument.makePage(PDFResources resources, PDFStream contents, int pagewidth, int pageheight, Page currentPage)
          make a /Page object
 void PDFCharProcs.addCharacter(String name, PDFStream stream)
          add a character definition in the dictionary
 void PDFCIDFontDescriptor.setCIDSet(PDFStream cidSet)
           
 void PDFCIDFont.setCIDMap(PDFStream map)
          set the /CIDToGIDMap (to be used only for CIDFontType2)
 void PDFCMap.setUseCMap(PDFStream base)
          set the base CMap
 void PDFFontDescriptor.setFontFile(byte subtype, PDFStream fontfile)
          set the optional font file stream
 

Constructors in org.apache.fop.pdf with parameters of type PDFStream
PDFPage(int number, PDFResources resources, PDFStream contents, int pagewidth, int pageheight)
          create a /Page object
 

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

Fields in org.apache.fop.render.pdf.fonts declared as PDFStream
 PDFStream SingleByteFont.embeddedFont
           
 

Methods in org.apache.fop.render.pdf.fonts that return PDFStream
 PDFStream LazyFont.getFontFile(int objNum)
           
 PDFStream MultiByteFont.getFontFile(int i)
           
 PDFStream SingleByteFont.getFontFile(int i)
           
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.