fop 1.0

org.apache.fop.pdf
Class AbstractPDFFontStream

java.lang.Object
  extended by org.apache.fop.pdf.PDFObject
      extended by org.apache.fop.pdf.PDFDictionary
          extended by org.apache.fop.pdf.AbstractPDFStream
              extended by org.apache.fop.pdf.AbstractPDFFontStream
All Implemented Interfaces:
PDFWritable
Direct Known Subclasses:
PDFT1Stream, PDFTTFStream

public abstract class AbstractPDFFontStream
extends AbstractPDFStream

Base class for PDF font streams.


Field Summary
 
Fields inherited from class org.apache.fop.pdf.PDFDictionary
entries, order
 
Fields inherited from class org.apache.fop.pdf.PDFObject
DATE_FORMAT, log
 
Constructor Summary
AbstractPDFFontStream()
          Main constructor.
 
Method Summary
protected  java.lang.String getDefaultFilterName()
          Returns the name of a suitable filter for this PDF object.
 
Methods inherited from class org.apache.fop.pdf.AbstractPDFStream
encodeAndWriteStream, encodeStream, getFilterList, getSizeHint, output, outputRawStreamData, outputStreamData, populateStreamDict, prepareImplicitFilters, setupFilterList
 
Methods inherited from class org.apache.fop.pdf.PDFDictionary
get, put, put, writeDictionary
 
Methods inherited from class org.apache.fop.pdf.PDFObject
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatDateTime, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setParent, toPDF, toPDFString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPDFFontStream

public AbstractPDFFontStream()
Main constructor.

Method Detail

getDefaultFilterName

protected java.lang.String getDefaultFilterName()
Returns the name of a suitable filter for this PDF object.

Overrides:
getDefaultFilterName in class AbstractPDFStream
Returns:
the default filter
See Also:
PDFFilterList

fop 1.0

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