fop-pdf-images 2.3

org.apache.fop.render.pdf.pdfbox
Class PDFWriter

java.lang.Object
  extended by org.apache.fop.render.pdf.pdfbox.PDFWriter
Direct Known Subclasses:
MergeFontsPDFWriter

public class PDFWriter
extends java.lang.Object


Field Summary
protected  UniqueName key
           
protected  java.lang.StringBuilder s
           
 
Constructor Summary
PDFWriter(UniqueName key, int currentMCID)
           
 
Method Summary
protected  void addCache(float f)
           
protected  int getCurrentMCID()
           
protected  void processArg(org.apache.pdfbox.contentstream.operator.Operator op, org.apache.pdfbox.cos.COSBase c)
           
protected  void readPDFArguments(org.apache.pdfbox.contentstream.operator.Operator op, java.util.Collection<org.apache.pdfbox.cos.COSBase> arguments)
           
 java.lang.String writeText(org.apache.pdfbox.pdmodel.common.PDStream pdStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s

protected java.lang.StringBuilder s

key

protected UniqueName key
Constructor Detail

PDFWriter

public PDFWriter(UniqueName key,
                 int currentMCID)
Method Detail

writeText

public java.lang.String writeText(org.apache.pdfbox.pdmodel.common.PDStream pdStream)
                           throws java.io.IOException
Throws:
java.io.IOException

readPDFArguments

protected void readPDFArguments(org.apache.pdfbox.contentstream.operator.Operator op,
                                java.util.Collection<org.apache.pdfbox.cos.COSBase> arguments)
                         throws java.io.IOException
Throws:
java.io.IOException

processArg

protected void processArg(org.apache.pdfbox.contentstream.operator.Operator op,
                          org.apache.pdfbox.cos.COSBase c)
                   throws java.io.IOException
Throws:
java.io.IOException

addCache

protected void addCache(float f)

getCurrentMCID

protected int getCurrentMCID()

fop-pdf-images 2.3

Copyright 2007-2018 The Apache Software Foundation. All Rights Reserved.