org.apache.fop.pdf
Class PDFT1Stream

java.lang.Object
  extended byorg.apache.fop.pdf.PDFObject
      extended byorg.apache.fop.pdf.PDFStream
          extended byorg.apache.fop.pdf.PDFT1Stream

public class PDFT1Stream
extends PDFStream


Field Summary
 
Fields inherited from class org.apache.fop.pdf.PDFStream
_data
 
Fields inherited from class org.apache.fop.pdf.PDFObject
generation, number
 
Constructor Summary
PDFT1Stream(int num)
           
 
Method Summary
protected  int output(java.io.OutputStream stream)
          write the PDF represention of this object
 void setData(PFBData pfb)
           
 
Methods inherited from class org.apache.fop.pdf.PDFStream
add, addDefaultFilters, addFilter, addFilter, addImageArray, applyFilters, getData, getDataLength, outputStreamData, setData, toPDF
 
Methods inherited from class org.apache.fop.pdf.PDFObject
getNumber, referencePDF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFT1Stream

public PDFT1Stream(int num)
Method Detail

output

protected int output(java.io.OutputStream stream)
              throws java.io.IOException
Description copied from class: PDFObject
write the PDF represention of this object

Overrides:
output in class PDFStream
Throws:
java.io.IOException

setData

public void setData(PFBData pfb)
             throws java.io.IOException
Throws:
java.io.IOException


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