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

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

Uses of PDFStream in org.apache.fop.pdf
 

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

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

Methods in org.apache.fop.pdf with parameters of type PDFStream
PDFPagePDFDocument.makePage(PDFResources resources, PDFStream contents, int pagewidth, int pageheight, Page currentPage)
          make a /Page object
voidPDFFontDescriptor.setFontFile(byte subtype, PDFStream fontfile)
          set the optional font file stream
 

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

Fields in org.apache.fop.render.pdf declared as PDFStream
(package private) PDFStreamPDFRenderer.currentStream
          the current stream to add PDF commands to